diff --git a/README.md b/README.md index 517d517..173edb3 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ So the first thing you'll need is an editor to edit your jazz. There's tons of * 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. * [Visual Studio Code](https://code.visualstudio.com/) - This is what I typically use. It's open source and has TONS of extensions available. * [Sublime Text](https://www.sublimetext.com/) - This is a pretty popular option. Very clean interface. + * [CodeLobster](https://codelobster.com/) - Handy code editor with special support for all popular frameworks. * [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. :) * [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! * [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.