diff --git a/lib/README.md b/lib/README.md
index dfa2486b..b51aa453 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -1,69 +1,15 @@
# React Responsive Carousel (React 0.14)
-* Note: If you need support for IE8 or older versions of React, install version 0.1.6
-
-## Demo
-
-http://leandrowd.github.io/react-responsive-carousel/
+## Demos and docs:
+[http://leandrowd.github.io/react-responsive-carousel/](http://leandrowd.github.io/react-responsive-carousel/)
+* Note: If you need support for IE8 or older versions of React, install version 0.1.6
## Installing as a package
-
`npm install react-responsive-carousel --save`
-
-## Running locally
-
-To run it on your local environment just:
-
-- `git clone git@github.com:leandrowd/react-responsive-carousel.git`
-- `npm install`
-- `gulp`
-- Open your favourite browser on `localhost:8000`
-
-To generate the npm package run `gulp package`. It will transpile the jsx to js and copy the css into the lib folder.
-
-
-## Contributing
-
-Please, feel free to contributing. You may file an issue or submit a pull request!
-
-
## Getting started
-
-### Slider with controls
-
-- Javascript / Jsx:
-
-```javascript
-/** @jsx React.DOM */
-var React = require('react');
-var Carousel = require('./components/Carousel');
-
-var DemoSliderControls = React.createClass({
- render() {
- return (
-
);
}
});
```
+## Running locally
+To run it on your local environment just:
+
+- `git clone git@github.com:leandrowd/react-responsive-carousel.git`
+- `npm install`
+- `gulp`
+- Open your favourite browser on `localhost:8000`
+
+To generate the npm package run `gulp package`. It will transpile the jsx to js and copy the css into the lib folder.
+
+## Contributing
+Please, feel free to contributing. You may file an issue or submit a pull request!
diff --git a/lib/package.json b/lib/package.json
index b4c09686..2b49d4f6 100644
--- a/lib/package.json
+++ b/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "react-responsive-carousel",
- "version": "0.1.6",
+ "version": "2.0.0",
"description": "React Responsive Carousel",
"author": {
"name": "Leandro Augusto Lemos",