Skip to content

Commit

Permalink
docs: Can only use jquery@^2.2.4 (3.0.0 is not supported by Materiali…
Browse files Browse the repository at this point in the history
…zeCSS)
  • Loading branch information
rubyboy committed Jul 10, 2016
1 parent 33d8c0a commit a6a73cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ npm install angular2-materialize --save

MaterializeCSS required jQuery and HammerJS:
```sh
npm install jquery --save
npm install jquery@^2.2.4 --save
npm install hammerjs --save
```

Expand Down Expand Up @@ -237,7 +237,7 @@ npm install angular2-materialize --save

Jquery is required
```
npm install jquery --save
npm install jquery@^2.2.4 --save
```

add vendor in angular-cli-build.js
Expand Down

0 comments on commit a6a73cf

Please sign in to comment.