diff --git a/README.md b/README.md index 3b2ce26..ad82cf8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ If you're not using a build system and just want to embed this in your webpage: ``` @@ -26,7 +26,7 @@ var hljs = require('highlightjs'); var hljsDefineRpmSpecfile = require('highlightjs-rpm-specfile'); hljsDefineRpmSpecfile(hljs); -hljs.initHighlightingOnLoad(); +hljs.highlightAll(); ``` ### Advanced