Skip to content

Commit 0d77277

Browse files
committed
Change text editor recommendation to Atom and link to other editors in JS curriculum
1 parent b0d46b9 commit 0d77277

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

sites/en/javascript-snake-game/lesson-1.step

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ steps do
2323
When programming, you'll generally want these tools on hand:
2424

2525
* Your browser to see the code running (I recommend Chrome)
26-
* A text editor to change the code (I recommend <a
27-
href="http://www.sublimetext.com/">Sublime</a>)
26+
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/"> Atom, but you can <a href="/installfest/editors">try a different editor</a>)
2827
* A javascript console so you can experiment and print out debugging
2928
messages. This is built into your browser.
3029

sites/en/javascript-to-do-list-with-react/javascript-to-do-list-with-react.step

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ When programming, you'll generally want these tools on hand:
4040

4141
* An internet connection. We're going to be communicating with other websites using JavaScript.
4242
* Your browser to see the code running (I recommend Chrome, but any will do!)
43-
* A text editor to change the code (I recommend <a
44-
href="http://www.sublimetext.com/">Sublime</a>)
43+
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/"> Atom, but you can <a href="/installfest/editors">try a different editor</a>)
4544
* A javascript console so you can experiment and print out debugging
4645
messages. This is built into your browser.
4746

sites/en/javascript-to-do-list/javascript-to-do-list.step

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ When programming, you'll generally want these tools on hand:
3838

3939
* An internet connection. We're going to be communicating with other websites using JavaScript.
4040
* Your browser to see the code running (I recommend Chrome, but any will do!)
41-
* A text editor to change the code (I recommend <a
42-
href="http://www.sublimetext.com/">Sublime</a>)
41+
* A text editor to change the code (Railsbridge recommends <a href="https://atom.io/"> Atom, but you can <a href="/installfest/editors">try a different editor</a>)
4342
* A Javascript console so you can experiment and print out debugging
4443
messages. This is built into your browser.
4544

0 commit comments

Comments
 (0)