Fixing the example

This commit is contained in:
deadprogram 2013-10-19 17:56:00 -07:00
parent f06cae322c
commit 7fc9fec673
1 changed files with 4 additions and 6 deletions

View File

@ -5,6 +5,10 @@ A JavaScript robotics framework using node.js and nactor
## Getting Started
Install the module with: `npm install cylon`
## Documentation
_(Coming soon)_
## Examples
```javascript
var cylon = require("cylon");
@ -42,12 +46,6 @@ robot = cylon.robot
robot.work
```
## Documentation
_(Coming soon)_
## Examples
_(Coming soon)_
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).