diff --git a/README.md b/README.md index dabeb0c..27aa2e9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
A zero-dependency GitHub-inspired modern, intuitive and responsive charting library
- Explore the Demos » + Explore the Demos » @@ -25,9 +25,6 @@@@ -43,20 +40,22 @@ #### Installation * Install via [`npm`](https://www.npmjs.com/get-npm): + ```console $ npm install frappe-charts ``` -* ... or include in your HTML -```html - -``` +* ...or include within your HTML + + ```html + + ``` ### Usage ```js const data = { - labels: ["12 A.M. - 3 A.M.", "3 A.M. - 6 P.M.", "6 A.M. - 9 A.M", - "9 A.M. - 12 A.M.", "12 P.M. - 3 P.M.", "3 P.M. - 6 P.M.", - "6 P.M. - 9 P.M.", "9 A.M. - 12 A.M." + labels: ["12am - 3am", "3am - 6pm", "6am - 9 A.M", + "9am - 12am", "12pm - 3pm", "3pm - 6pm", + "6pm - 9pm", "9am - 12am" ], datasets: [ {