Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit e51f8d6

Browse files
author
Søren Ernst
authored
Merge pull request #5 from atefBB/patch-1
format & fix typo
2 parents 066b5e9 + 49770e9 commit e51f8d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# moment-timer
22

3-
###Synopsis
3+
### Synopsis
44
This is a Moment.js plugin that allows the use of timers, which offer much more control than the native JavaScript timers. It's basically a rewrite of JavaScripts own setInterval and setTimeout. For an example, see the example folder or read the Usage section below.
55

66
<hr>
77

8-
###Installation
8+
### Installation
99

1010
#### Npm
1111
```
@@ -25,7 +25,7 @@ When using this plugin in the browser, be sure to include moment.js on your page
2525

2626
<hr>
2727

28-
###Usage
28+
### Usage
2929

3030
#### How to use moment-timer. This will create a timeout like timer that runs after five seconds.
3131
```javascript
@@ -149,13 +149,13 @@ timer.start();
149149

150150
<hr>
151151

152-
###Motivation
153-
My motivation for makning this script is to prevent any annoyance in the future when working with JavaScript timers. With these tools, I know that I will prevent a lot of the problems I have had through time.
152+
### Motivation
153+
My motivation for making this script is to prevent any annoyance in the future when working with JavaScript timers. With these tools, I know that I will prevent a lot of the problems I have had through time.
154154
But ofc, the biggest motivation is simply making the idea come alive and enjoying the result. Every completed idea is a new lesson learned!
155155

156156
<hr>
157157

158-
###License
158+
### License
159159
MIT - Go ahead and do whatever you want! I doooon't caaare! ;-)
160160

161161
<hr>

0 commit comments

Comments
 (0)