Skip to content

Commit

Permalink
Improve CommonJS guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nosir committed Aug 4, 2016
1 parent 8dcd179 commit 35d2e1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ require('cleave.js/dist/addons/cleave-phone.{country}');
var cleave = new Cleave(...)
```

We don't want to register any transfer tool as dependencies, so for **Browserify** users, please also run this:

```bash
npm install --save babelify browserify-shim
```

#### AMD

```js
Expand Down

0 comments on commit 35d2e1d

Please sign in to comment.