Skip to content

Commit

Permalink
Fix reference to non-existent History.debug.enable option in README
Browse files Browse the repository at this point in the history
  • Loading branch information
markashleybell committed Nov 19, 2013
1 parent f7a7a04 commit 5d3593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -245,7 +245,7 @@ Thanks! every bit of help really does make a difference!
#### Debug

- `History.log(...)` <br/> Logs messages to the console, the log element, and fallbacks to alert if neither of those two exist
- `History.debug(...)` <br/> Same as `History.log` but only runs if `History.debug.enable === true`
- `History.debug(...)` <br/> Same as `History.log` but only runs if `History.options.debug === true`



Expand Down

0 comments on commit 5d3593b

Please sign in to comment.