Skip to content

Commit 5d3593b

Browse files
Fix reference to non-existent History.debug.enable option in README
1 parent f7a7a04 commit 5d3593b

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)