From 41d8564458024e811c3fda01cadb55442f4938af Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Sun, 24 Jun 2018 13:59:20 -0700 Subject: [PATCH] tweak readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76144d4..4d9f4ad 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # React Circular Progressbar -A circular progress indicator component, built with SVG and extensively customizable. [See a live demo](http://www.kevinqi.com/react-circular-progressbar/) or [try it out on CodeSandbox](https://codesandbox.io/s/vymm4oln6y). - [![npm version](https://badge.fury.io/js/react-circular-progressbar.svg)](https://www.npmjs.com/package/react-circular-progressbar) [![Build Status](https://travis-ci.org/iqnivek/react-circular-progressbar.svg?branch=master)](https://travis-ci.org/iqnivek/react-circular-progressbar) [![Bundle size](https://img.shields.io/bundlephobia/min/react-circular-progressbar.svg)](https://bundlephobia.com/result?p=react-circular-progressbar) +A circular progressbar component, built with SVG and extensively customizable. + +[Try it out on CodeSandbox](https://codesandbox.io/s/vymm4oln6y). + animated progressbar progressbar examples ## Installation @@ -40,7 +42,7 @@ If not, you can copy [styles.css](dist/styles.css) into your project instead, an Now you can use the component: -```javascript +```jsx const percentage = 66;