Update README.md
authortrecenti <bruno.lopestrecenti@gmail.com>
Tue, 18 Mar 2014 22:09:57 +0000 (19:09 -0300)
committertrecenti <bruno.lopestrecenti@gmail.com>
Tue, 18 Mar 2014 22:09:57 +0000 (19:09 -0300)
README.md

index 83f4319..cbefbb5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,10 +3,18 @@ tech-radar
 
 A library that allows the creationg of a Tech Radar, inspired by [thoughtworks.com/radar/](thoughtworks.com/radar/).
 
 
 A library that allows the creationg of a Tech Radar, inspired by [thoughtworks.com/radar/](thoughtworks.com/radar/).
 
-## How To Use
+### How To Use
 
 
-//TODO
+The package has two dependencies [d3](http://d3js.org/) and [chancejs](http://chancejs.com/) that needs to be loaded separatedely for now, in the future there's a plan to add maintain these dependencies.
 
 
-## Contribute
+Please view the file `examples/default.html` for general usages.
+//TODO: give better examples.
 
 
-//TODO
+### Contribute
+
+Pull Requests are welcome, write tests whenever possible.
+
+- clone
+- `npm install`
+- `bower install`
+- `gulp test` - to run your tests