Skip to content

Commit 57e5f1a

Browse files
authored
Remove editors that don't exist anymore
1 parent 4aa7ea2 commit 57e5f1a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,8 @@ So the first thing you'll need is an editor to edit your jazz. There's tons of
7474
* Notepad/TextEdit (that's right, the stupid thing that comes on your computer) - This is about as basic as you can get. It's totally okay if you want to use this, but I recommend one of the editors below just so you can see code highlighting (which will help you out later on). But, if you want to be a purist, this'll work just fine.
7575
* [Visual Studio Code](https://code.visualstudio.com/) - This is what I typically use. It's open source and has TONS of extensions available.
7676
* [Sublime Text](https://www.sublimetext.com/) - This is a pretty popular option. Very clean interface.
77-
* [CodePen Projects](https://codepen.io/project) - This is an in-browser code editor, so you can code directly within the web browser, no downloads required. :)
78-
* [Glitch](https://glitch.com/) - This is another in-browser code editor. It is meant for larger projects, but it's nice to not have to download anything!
79-
* [Notepad++](http://notepad-plus-plus.org/) - This is just one step up from Notepad. But it's pretty dece. Code highlighting is in it, and nothing else too fancy, which is what I like about it.
77+
* [CodePen](https://codepen.io/) - This is an in-browser code editor, so you can code directly within the web browser, no downloads required. :)
78+
* [Notepad++](https://notepad-plus-plus.org/) - This is just one step up from Notepad. But it's pretty dece. Code highlighting is in it, and nothing else too fancy, which is what I like about it.
8079

8180
There's a bunch of others [listed here](http://en.wikipedia.org/wiki/List_of_HTML_editors), I just listed the ones I've used and liked!
8281

0 commit comments

Comments
 (0)