README.md in motion-prime-0.3.2 vs README.md in motion-prime-0.3.3
- old
+ new
@@ -64,9 +64,19 @@
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+## Documentation
+
+We are using Docco (http://jashkenas.github.io/docco/) to generate documentation.
+
+Please install the tool and run this to update documentation:
+
+```
+$ cd doc && docco code/*.rb
+```
+
## Thanks for using MotionPrime!
Hope, you'll enjoy MotionPrime!
Cheers, [Droid Labs](http://droidlabs.pro).