add npm installation to readme

This commit is contained in:
zhouxinyong 2016-06-08 17:00:41 +08:00
parent e1faf13957
commit 161fed2441

View File

@ -10,6 +10,11 @@ To install via Bower, simply do the following:
```bash ```bash
$ bower install animate.css --save $ bower install animate.css --save
``` ```
or you can install via npm:
```bash
$ npm install animate.css --save
```
##Basic Usage ##Basic Usage
1. Include the stylesheet on your document's `<head>` 1. Include the stylesheet on your document's `<head>`