Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Winwheel.js Features Include:
* Fully commented source code. Plenty of tutorials and other documentation.
* Winwheel.js is free to use with an open source licence.

## Via NPM
```
npm install winwheel --save
```

## Example
```javascript
var myWheel = new Winwheel({
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./lib/Winwheel');
Loading