Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frijol committed Sep 13, 2015
1 parent 6ebaf26 commit a374a35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blinky.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In your command line, make a folder for your Tessel code, then initialize a Tess

Great! Now you're set up to run code on Tessel. Your "tessel-code" folder now contains a "package.json" with some metadata Node uses for your project, and a file called "index.js".

_index.js_ contains the code to make the blue and green LEDs blink. Let's take a look:
"index.js" contains the code to make the blue and green LEDs blink. Let's take a look:

{% highlight javascript %}
// Import the interface to Tessel hardware
Expand Down
2 changes: 1 addition & 1 deletion cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ The "tool" is like a program you're calling; the "action" is the action you want

This means:

"use the tool called 'npm' to perform the 'install' action on the item called 't2'. Do this globally." T2 is the command line tool you will use to talk to the Tessel 2. `-g` stands for globally– which is to say, you want `npm` to install such that you can use the `t2` tool even outside the folder you were in when you installed it.
"use the tool called 'npm' to perform the 'install' action on the item called 't2'. Do this globally." `t2` is the command line tool you will use to talk to the Tessel 2. `-g` stands for globally– which is to say, you want `npm` to install such that you can use the `t2` tool even outside the folder you were in when you installed it.

### Text Editors

Expand Down
2 changes: 1 addition & 1 deletion finished.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You've completed the Tessel Tutorial!

<a href="//tessel.io/docs" target="0"><b>Learn more</b> in Tessel's docs →</a>

<a href="https//github.com/tessel/project" target="2"><b>Contribute</b> to Tessel's open source codebase →</a>
<a href="https://github.com/tessel/project" target="2"><b>Contribute</b> to Tessel's open source codebase →</a>

<a href="http://twitter.com/technicalhumans" target="1"><b>Follow us</b> to stay up-to-date on new developments:</a>

Expand Down

0 comments on commit a374a35

Please sign in to comment.