Skip to content

Commit bac64b4

Browse files
committed
update readme
1 parent 79aefe3 commit bac64b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Apply css animations to an element, with a callback for when that animation fini
99

1010
## API
1111

12-
var animate = require('bmcmahen-animate');
13-
animate(el, 'fadeOutRight', function(element){
14-
$(element).remove();
15-
});
12+
var animate = require('bmcmahen-animate');
13+
animate(el, 'fadeOutRight', function(element){
14+
$(element).remove();
15+
});
1616

1717

1818
## License

0 commit comments

Comments
 (0)