diff --git a/docs_md/core_manual_js.md b/docs_md/core_manual_js.md index aa68b6b..8f2a0f7 100644 --- a/docs_md/core_manual_js.md +++ b/docs_md/core_manual_js.md @@ -100,7 +100,7 @@ If you want to log stuff to the console, you need to require the console object: var console = require('vertx/console'); - console.log("hello world!); + console.log("hello world!"); ## Loading other scripts in the current scope