Revise README order

This commit is contained in:
deadprogram 2013-10-20 14:11:58 -07:00
parent 05cc4221aa
commit d60c624dee
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,10 @@
# cylon [![Build Status](https://secure.travis-ci.org/hybridgroup/cylon.png?branch=master)](http://travis-ci.org/hybridgroup/cylon)
A JavaScript robotics framework using node.js and nactor
A JavaScript framework for robotics and physical computing using node.js and nactor
## Getting Started
Install the module with: `npm install cylon`
## Documentation
_(Coming soon)_
## Examples
```javascript
var cylon = require("cylon");
@ -45,6 +42,9 @@ robot = cylon.robot
robot.start
```
## Documentation
_(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/).