Skip to content

Commit

Permalink
feat: update editor recommendations (#2800)
Browse files Browse the repository at this point in the history
- Visual Studio Code was being linked to, but was referred to as "Visual
  Studio," a different editor.
- Atom has been sunset so I replaced it with WebStorm. I don't have a
  personal preference for WebStorm, it's just the first thing that came
to mind.
  • Loading branch information
DanKaplanSES authored Jul 2, 2024
1 parent 6d27b07 commit 7ee5969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This guide focuses on contributing examples, although we welcome contributions t

To contribute live examples all you need is a text editor, git, a GitHub account, and Nodejs.

As far as text/code editors go, there are more editors than you can shake a stick at, so it's down to personal preference. [Visual Studio](https://code.visualstudio.com/download) and [Atom](https://atom.io/) are great editors we can definitely recommend.
As far as text/code editors go, there are more editors than you can shake a stick at, so it's down to personal preference. [Visual Studio Code](https://code.visualstudio.com/download) and [WebStorm](https://www.jetbrains.com/webstorm/) are great editors we can definitely recommend.

For more information on setting up Git on your machine, [read this article](https://help.github.com/articles/set-up-git/).

Expand Down

0 comments on commit 7ee5969

Please sign in to comment.