summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/lib/readme.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-asciidoc/lib/readme.js')
-rwxr-xr-xpackages/gitbook-asciidoc/lib/readme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-asciidoc/lib/readme.js b/packages/gitbook-asciidoc/lib/readme.js
index 6ca1a83..bdcd3d3 100755
--- a/packages/gitbook-asciidoc/lib/readme.js
+++ b/packages/gitbook-asciidoc/lib/readme.js
@@ -5,7 +5,7 @@ var convert = require('./utils/convert');
function parseReadme(src) {
var html = convert(src);
- $ = cheerio.load(html);
+ var $ = cheerio.load(html);
return {
title: $("h1:first-child").text().trim(),