From b827c1fbef0571e44acb16a9cae8e52ff9da1efc Mon Sep 17 00:00:00 2001 From: Richard Guan Date: Sat, 27 Sep 2014 20:19:33 -0700 Subject: [PATCH] Updated Readme for readability Fixed some grammatical errors --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cabe1d6..6eb3d27 100644 --- a/README.md +++ b/README.md @@ -3,24 +3,24 @@ c3 [![Build Status](https://travis-ci.org/masayuki0812/c3.svg?branch=master)](ht c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications. -More information is here: [http://c3js.org](http://c3js.org/) +Follow the link for more information: [http://c3js.org](http://c3js.org/) ## Tutorial and Examples + [Getting Started](http://c3js.org/gettingstarted.html) + [Examples](http://c3js.org/examples.html) -Another samples are included in this repository: +A list of samples can be found in this repository: + [https://github.com/masayuki0812/c3/tree/master/htdocs/samples](https://github.com/masayuki0812/c3/tree/master/htdocs/samples) -And you can run these samples as: +You can run these samples as: ``` $ cd c3/htdocs $ python -m SimpleHTTPServer 8080 ``` ## Forum -Now you can ask anything in this forum: +Discuss anything in this forum: + [https://groups.google.com/forum/#!forum/c3js](https://groups.google.com/forum/#!forum/c3js) ## Playground