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).
-
[](https://www.npmjs.com/package/react-circular-progressbar)
[](https://travis-ci.org/iqnivek/react-circular-progressbar)
[](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).
+
## 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;