Skip to content

Commit e2f4221

Browse files
committed
Fix bad class name in docs
1 parent 876acd8 commit e2f4221

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
@@ -8,8 +8,8 @@ A jQuery plugin that creates a countdown timer.
88
Set the desired duration using either `data-seconds-left` or `data-minutes-left` data attributes.
99

1010
```HTML
11-
<div class='.timer' data-minutes-left=3></div>
12-
<div class='.timer' data-seconds-left=180></div>
11+
<div class='timer' data-minutes-left=3></div>
12+
<div class='timer' data-seconds-left=180></div>
1313
```
1414

1515
Then start the timer with:

0 commit comments

Comments
 (0)