Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
Fixed forgotten commas.
  • Loading branch information
egobrain committed Mar 12, 2014
1 parent 1613842 commit 5e38f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -382,7 +382,7 @@ are:
* '>' - greater than

```erlang
lager:trace_console([{request, '>' 117}, {request, '<' 120}])
lager:trace_console([{request, '>', 117}, {request, '<', 120}])
```

Using '=' is equivalent to the 2-tuple form.
Expand Down

0 comments on commit 5e38f33

Please sign in to comment.