Skip to content

Commit

Permalink
Merge pull request #13 from GetContented/patch-1
Browse files Browse the repository at this point in the history
Fix issue where readme syntax is incorrect.
  • Loading branch information
noprompt committed Aug 24, 2015
2 parents c1b28e0 + 8e76f78 commit 72fb7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -74,7 +74,7 @@ Wrappers for `console.profile(title)` and `console.profileEnd()`.
ys))

;; js/console.profileEnd
(console/profile-end)
(console/profile-end "Accessing the primary data loop")
```

### Timing
Expand All @@ -84,7 +84,7 @@ Wrappers for `console.time()` and `console.timeEnd()`.
```clj
(console/time-start "Addition")
(+ 1 1)
(console/time-end)
(console/time-end "Addition")
```

## Macros
Expand Down

0 comments on commit 72fb7a4

Please sign in to comment.