X-Git-Url: https://pwan.org/git/?a=blobdiff_plain;ds=inline;f=README.md;h=cc0e3d1b249d4c73c7af6cac33a920d6cfa03df8;hb=1af3e4254d74d0fd474b5a54fc34ebac899ca5a0;hp=4b3c5c4fca55efd1071e2a377a7fc8d91b180668;hpb=0365e6a86eb109218424cd7e2adf7ebf89e1baa1;p=tech-radar.git diff --git a/README.md b/README.md index 4b3c5c4..cc0e3d1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ 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/](http://thoughtworks.com/radar/). + +Check the example [here](http://brunotrecenti.com/tech-radar/) ### How To Use 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. Please view the file `examples/default.html` for general usages. -//TODO: give better examples. ### Contribute