From d2cbde3bc02047e24939f2b7c6b04b7cc6c28eb3 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 14 Aug 2017 18:20:38 +0900 Subject: [PATCH] docs: clean up badges (#2142) --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 68f52f6c3..d30053757 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ -c3 [![Build Status](https://travis-ci.org/c3js/c3.svg?branch=master)](https://travis-ci.org/c3js/c3) [![Dependency Status](https://david-dm.org/c3js/c3.svg)](https://david-dm.org/c3js/c3) [![devDependency Status](https://david-dm.org/c3js/c3/dev-status.svg)](https://david-dm.org/c3js/c3#info=devDependencies) [![license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/c3js/c3/blob/master/LICENSE) [![codecov.io](https://codecov.io/github/c3js/c3/coverage.svg?branch=master)](https://codecov.io/github/c3js/c3?branch=master) -== +# c3 -c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications. +[![Build Status](https://travis-ci.org/c3js/c3.svg?branch=master)](https://travis-ci.org/c3js/c3) +[![devDependency Status](https://david-dm.org/c3js/c3/dev-status.svg)](https://david-dm.org/c3js/c3#info=devDependencies) +[![license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/c3js/c3/blob/master/LICENSE) +[![codecov.io](https://codecov.io/github/c3js/c3/coverage.svg?branch=master)](https://codecov.io/github/c3js/c3?branch=master) +[![Greenkeeper badge](https://badges.greenkeeper.io/c3js/c3.svg)](https://greenkeeper.io/) + +> c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications. Follow the link for more information: [http://c3js.org](http://c3js.org/) ## Tutorial and Examples -[![Greenkeeper badge](https://badges.greenkeeper.io/c3js/c3.svg)](https://greenkeeper.io/) - + [Getting Started](http://c3js.org/gettingstarted.html) + [Examples](http://c3js.org/examples.html)