diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index a2d294c..70a4ac9 100644 --- a/README.adoc +++ b/README.adoc @@ -108,7 +108,7 @@ IMPORTANT: Bundler automatically _requires_ all the specified gems. [source, js, subs="+attributes"] ---- // Load asciidoctor.js and {gem-name}. -const asciidoctor = require('asciidoctor.js')() +const asciidoctor = require('@asciidoctor/core')() const interdocReftextExt = require('{gem-name}') // See documentation at the end of this section. |