From 1747495cd96c235cb16197d801d8df9483c6b78f Mon Sep 17 00:00:00 2001 From: Gregory Goltsov Date: Wed, 31 Jul 2013 10:43:59 +0100 Subject: [PATCH] Readme formatting fixes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1ee6d6d..8ecaab2 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,17 @@ You can also check out the [examples page](http://nvd3.org/ghpages/examples.html # Current development focus --Error bars in bar charts --Unifying common API functions between charts --Bug fixes all around +- Error bars in bar charts +- Unifying common API functions between charts +- Bug fixes all around --- # Installation Instructions -d3.v3.js is a dependency of nv.d3.js. Be sure to include in in your project, then: -Add a script tag to include nv.d3.js OR nv.d3.min.js in your project. -Also add a link to the nv.d3.css file. +`d3.v3.js` is a dependency of `nv.d3.js`. Be sure to include in in your project, then: +Add a script tag to include `nv.d3.js` OR `nv.d3.min.js` in your project. +Also add a link to the `nv.d3.css` file. See wiki -> Documentation for more detail