Skip to content

Commit

Permalink
Merge pull request malcommac#4 from nemesis/patch-1
Browse files Browse the repository at this point in the history
Fix indentation in README.md
  • Loading branch information
malcommac authored Mar 6, 2018
2 parents 186b8b1 + 5b83017 commit 0ac48e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You can create a new instance of timer and start as needed by calling the `start

```swift
let timer = Repeater(interval: .seconds(5), mode: .infinite) { _ in
// do something
// do something
}
timer.start()
```
Expand All @@ -100,7 +100,7 @@ Timer instance received in callback is weak.

```swift
let token = timer.observe { _ in
// a new observer is called
// a new observer is called
}
timer.start()
```
Expand Down

0 comments on commit 0ac48e0

Please sign in to comment.