diff --git a/README.md b/README.md index 7901fd5..6ae7403 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ Check out the [examples](http://rangeslider.js.org/). - File a [bug report](https://github.com/andreruffert/rangeslider.js/issues) for anything rangeslider.js related. - Ask a question such as "How do I …?". Open a [StackOverflow](https://stackoverflow.com/search?q=rangeslider.js) question with rangeslider.js tag or ask in the [Gitter chat room](https://gitter.im/andreruffert/rangeslider.js). +## Quick Start + +See the [Minimum example](example/minimum-example.html) and [More examples](example/index.html) to start using [rangeslider.js](http://rangeslider.js.org/) quickly. + ## License MIT © [André Ruffert](http://andreruffert.com) diff --git a/example/index.html b/example/index.html index 548a3f1..b9a48f1 100644 --- a/example/index.html +++ b/example/index.html @@ -204,8 +204,7 @@

Combination with native <details> element

- - + + + + + diff --git a/package.json b/package.json index a6871c7..73504b3 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "engines": { "node": ">=0.8.0" }, - "dependencies": { + "peerDependencies": { "jquery": ">=1.9.0" }, "devDependencies": {