Skip to content

Commit cce9589

Browse files
committed
Merge pull request #360 from markashleybell/master
Fix reference to non-existent History.debug.enable option in README
2 parents 452d495 + 5d3593b commit cce9589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Thanks! every bit of help really does make a difference!
245245
#### Debug
246246

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

250250

251251

0 commit comments

Comments
 (0)