diff --git a/README.md b/README.md index 2cdc602cd..455a7798e 100644 --- a/README.md +++ b/README.md @@ -969,7 +969,7 @@ setTimeout(function () { }, 1000); ``` -Also you can start a timer and keep a reference that you can call `.done()`` +Also you can start a timer and keep a reference that you can call `.done()` on: ``` js