@@ -290,22 +290,22 @@ <h4><a class="js-workshop-link" href="https://github.com/finnp/test-anything" ta
290
290
< div id ="tower-of-babel " class ="workshopper ">
291
291
< h4 > < a class ="js-workshop-link " href ="https://github.com/yosuke-furukawa/tower-of-babel " target ="_blank "> Tower of babel</ a > </ h4 >
292
292
< p data-i18n ="workshopper-tower-of-babel "> Show you through a series of exercises that introduce you to ES6 features.</ p >
293
- < code > npm install tower-of-babel -g </ code >
293
+ < code > npm install -g tower-of-babel</ code >
294
294
</ div >
295
295
< div id ="learnyoumongo " class ="workshopper ">
296
296
< h4 > < a class ="js-workshop-link " href ="https://github.com/evanlucas/learnyoumongo " target ="_blank "> learnyoumongo</ a > </ h4 >
297
297
< p data-i18n ="workshopper-learnyoumongo "> Getting started with MongoDB and Node.js</ p >
298
- < code > npm install learnyoumongo -g </ code >
298
+ < code > npm install -g learnyoumongo </ code >
299
299
</ div >
300
300
< div id ="regex-adventure " class ="workshopper ">
301
301
< h4 > < a class ="js-workshop-link " href ="https://github.com/substack/regex-adventure " target ="_blank "> regex-adventure</ a > </ h4 >
302
302
< p data-i18n ="workshopper-regex-adventure "> Parse text with regular expressions</ p >
303
- < code > npm install regex-adventure -g </ code >
303
+ < code > npm install -g regex-adventure </ code >
304
304
</ div >
305
305
< div id ="learn-sass " class ="workshopper ">
306
306
< h4 > < a class ="js-workshop-link " href ="https://github.com/claudiopro/learn-sass " target ="_blank "> learn-sass</ a > </ h4 >
307
307
< p data-i18n ="workshopper-learn-sass "> Learn the basics of SASS</ p >
308
- < code > npm install learn-sass -g </ code >
308
+ < code > npm install -g learn-sass </ code >
309
309
</ div >
310
310
< div id ="pattern-lab-workshop " class ="workshopper ">
311
311
< h4 > < a class ="js-workshop-link " href ="https://github.com/phase2/pattern-lab-workshop " target ="_blank "> Pattern Lab Workshop</ a > </ h4 >
@@ -398,7 +398,7 @@ <h4><a href="https://github.com/mmckegg/web-audio-school" target="_blank">Web Au
398
398
< div id ="torrential " class ="workshopper ">
399
399
< h4 > < a class ="js-workshop-link " href ="https://github.com/No9/torrential " target ="_blank "> torrential</ a > </ h4 >
400
400
< p data-i18n ="workshopper-torrential "> A set of lessons to show you how to create a simple p2p bittorrent network</ p >
401
- < code > npm install torrential -g </ code >
401
+ < code > npm install -g torrential </ code >
402
402
</ div >
403
403
< div id ="thinking-in-react " class ="workshopper ">
404
404
< h4 > < a class ="js-workshop-link " href ="https://github.com/asbjornenge/thinking-in-react " target ="_blank "> Thinking in React</ a > </ h4 >
0 commit comments