diff --git a/README.md b/README.md index 6a17d40..eeab018 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ $('.counter').counterUp(); ``` $('.counter').counterUp({ delay: 10, - time: 1000 + time: 1000, + beginAt: 0 }); ``` @@ -58,6 +59,8 @@ $('.counter').counterUp({ `time` - The total duration of the count up animation +`beginAt` - Where you want the number to begin moving up from + Social Stuff ============ diff --git a/demo/demo.html b/demo/demo.html index dc32556..dc0ad40 100644 --- a/demo/demo.html +++ b/demo/demo.html @@ -157,4 +157,4 @@