Skip to content

Commit 322b0b1

Browse files
Fix README.md
1 parent 0a6a8ab commit 322b0b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ You can change the duration of your animations, add a delay or change the number
143143
*Note: be sure to replace "vendor" in the CSS with the applicable vendor prefixes (webkit, moz, etc)*
144144

145145
## Custom Builds
146-
Animate.css is powered by [Grunt](http://gruntjs.com), and you can create custom builds pretty easily. First of all, you’ll need Grunt and all other dependencies:
146+
Animate.css is powered by [gulp.js](http://gulpjs.com/), and you can create custom builds pretty easily. First of all, you’ll need Gulp and all other dependencies:
147147

148148
```sh
149149
$ cd path/to/animate.css/
150150
$ sudo npm install
151151
```
152152

153-
Next, run `grunt watch` to watch for changes and compile your custom builds. For example, if you want only some of the the “attention seekers”, simply edit the `animate-config.json` file to select only the animations you want to use.
153+
Next, run `gulp` to compile your custom builds. For example, if you want only some of the the “attention seekers”, simply edit the `animate-config.json` file to select only the animations you want to use.
154154

155155
```javascript
156156
"attention_seekers": {

0 commit comments

Comments
 (0)