Skip to content

Commit aeabbb0

Browse files
authored
correct emoticon
1 parent cac8b0f commit aeabbb0

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
@@ -223,7 +223,7 @@ $("div#clock").clock("destroy");
223223
```JavaScript
224224
$("div#clock").clock("stop");
225225
```
226-
* Includes a handler so that each clock can be (re-)started, just pass "start". This will insert the setTimeout which keeps the clock ticking. The clock will start up again without having lost time :simple_smile: !
226+
* Includes a handler so that each clock can be (re-)started, just pass "start". This will insert the setTimeout which keeps the clock ticking. The clock will start up again without having lost time :smiley: !
227227
```JavaScript
228228
$("div#clock").clock("start");
229229
```

0 commit comments

Comments
 (0)