You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Here's an example of the HTML of a finished timer:
37
37
</div>
38
38
```
39
39
40
-
The default CSS classes can be used to style the timer or we can specify [custom classes](https://github.com/caike/jQuery-Simple-Timer/blob/master/tests/tests.js#L342-L348)
40
+
The default CSS classes can be used to style the timer or we can specify [custom classes](https://github.com/caike/jQuery-Simple-Timer/blob/master/tests/tests.js#L342-L348)
41
41
via the `classNames` option. Like this:
42
42
43
43
```javascript
@@ -100,4 +100,5 @@ Open [tests/index.html](https://rawgit.com/caike/jQuery-Simple-Timer/master/test
0 commit comments