Skip to content

Commit

Permalink
List methods via list rather than code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed May 21, 2013
1 parent 208e3c9 commit b8b2a36
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ aok(function() {

### console methods

```js
aok.log(message)
aok.info(message)
aok.warn(message)
aok.error(message)
aok.trace();
```
- `aok.log(message)`
- `aok.info(message)`
- `aok.warn(message)`
- `aok.error(message)`
- `aok.trace()`

## license

Expand Down

0 comments on commit b8b2a36

Please sign in to comment.