From 5d3593bf704b14944f96cfedb1a6c41fef0ae694 Mon Sep 17 00:00:00 2001 From: Mark Bell Date: Tue, 19 Nov 2013 07:53:11 +0000 Subject: [PATCH] Fix reference to non-existent History.debug.enable option in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0c7681..7e9c9b01 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Thanks! every bit of help really does make a difference! #### Debug - `History.log(...)`
Logs messages to the console, the log element, and fallbacks to alert if neither of those two exist -- `History.debug(...)`
Same as `History.log` but only runs if `History.debug.enable === true` +- `History.debug(...)`
Same as `History.log` but only runs if `History.options.debug === true`