summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-asciidoc/lib/index.js')
-rwxr-xr-xpackages/gitbook-asciidoc/lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-asciidoc/lib/index.js b/packages/gitbook-asciidoc/lib/index.js
index f536318..56e7bb3 100755
--- a/packages/gitbook-asciidoc/lib/index.js
+++ b/packages/gitbook-asciidoc/lib/index.js
@@ -1,5 +1,5 @@
var HTMLParser = require('gitbook-html');
-var toHTML = require('./tohtml');
+var toHTML = require('./toHTML');
var toAsciidoc = require('./toasciidoc');
module.exports = HTMLParser.createParser(toHTML, toAsciidoc);