Skip to content

Commit 9c0ad80

Browse files
authored
docs: update README
fix missing comma in options attributes
1 parent e9a24d2 commit 9c0ad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import jsCssAnimations from './js-css-animations/js-css-animations.js';
4444
// Example of usage
4545
jsCssAnimations.init.slideUp({
4646
trigger: '.btn--slide-up',
47-
targetSelector: '.slide-this-content'
47+
targetSelector: '.slide-this-content',
4848
staggerDelay: 500,
4949
duration: '1s',
5050
start: () => {

0 commit comments

Comments
 (0)