From e254593616e0c0ce8ae861ec860002ee14cb74f9 Mon Sep 17 00:00:00 2001 From: Ali Yousefi Date: Wed, 18 Oct 2023 16:56:17 +0200 Subject: [PATCH] docs: replace the example app using electron (#37805) * replace the example app using electron * Update README.md Remove the trailing space to pass linter. Suggested by @jkleinsc. Thank you @jkleinsc for the suggestion. --------- Co-authored-by: John Kleinschmidt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc3eb1987d88c..d45d3cfe501d9 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ View these docs in other languages on our [Crowdin](https://crowdin.com/project/ The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on [Node.js](https://nodejs.org/) and -[Chromium](https://www.chromium.org) and is used by the [Atom -editor](https://github.com/atom/atom) and many other [apps](https://electronjs.org/apps). +[Chromium](https://www.chromium.org) and is used by the [Visual Studio +Code](https://github.com/Microsoft/vscode/) and many other [apps](https://electronjs.org/apps). Follow [@electronjs](https://twitter.com/electronjs) on Twitter for important announcements.