Skip to content

Commit

Permalink
Merge pull request #305 from ArbutusNate/master
Browse files Browse the repository at this point in the history
removed comment from line 122 of readme '  // Waits 1000ms after typi…
  • Loading branch information
mattboldt authored Sep 24, 2017
2 parents 9905c0b + 95b15d6 commit 145197c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ In the following example, this would only backspace the words after "This is a"

~~~ javascript
var typed = new Typed(".element", {
// Waits 1000ms after typing "First"
strings: ["This is a JavaScript library", "This is an ES6 module"],
smartBackspace: true // Default value
});
Expand Down

0 comments on commit 145197c

Please sign in to comment.