Missing 'var' keyword in annotated example

This commit is contained in:
Andrew Stewart 2014-03-28 10:42:20 -07:00
parent 51cef5a94f
commit a98a5de44f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ This example involves two Spheros, so before you start make sure you have the
First, let's import Cylon:
Cylon = require('../..');
var Cylon = require('../..');
Next up, we'll configure the API Cylon will serve, telling it to serve on port
`8080`.