Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blivesta committed Nov 25, 2015
1 parent e248c5d commit 8ae71b7
Showing 1 changed file with 25 additions and 15 deletions.
40 changes: 25 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,32 @@

> Flexible drawer menu using jQuery, iScroll and CSS.
## Demo & Installation
## [Demo & Installation](http://git.blivesta.com/drawer/)

http://git.blivesta.com/drawer/
### CDN

## CDN
cdnjs

[cdnjs](https://cdnjs.com/libraries/drawer)
- css/drawer.css
- css/drawer.min.css
- js/drawer.js
- js/drawer.min.js
- [jQuery](https://cdnjs.com/libraries/jquery)
- [iScroll](https://cdnjs.com/libraries/iScroll)
- [Drawer](https://cdnjs.com/libraries/drawer)

[jsDelivr](http://jsdelivr.com/#!drawer)
- drawer.min.css
- drawer.min.js
### Package Managers

npm

## Contributing
```
$ npm install jquery iscroll jquery-drawer
```

To contribute to Drawer, clone this repo locally and commit your code.
Please check that everything works before opening a pull-request.
bower

```
$ bower install drawer
```
## Dependencies
- [jQuery 1.7](https://github.com/jquery/jquery)
- [iScroll 5](https://github.com/cubiq/iscroll)

## Development

Expand Down Expand Up @@ -55,5 +60,10 @@ $ gulp
- [@jasonniebauer](https://github.com/jasonniebauer)
- [@mrDinckleman](https://github.com/mrDinckleman)

##License
## Contributing

To contribute to Drawer, clone this repo locally and commit your code.
Please check that everything works before opening a pull-request.

## License
Copyright 2014-2015 Released under the [MIT license](https://github.com/blivesta/drawer/blob/master/LICENSE.md).

0 comments on commit 8ae71b7

Please sign in to comment.