diff --git a/index.html b/index.html
index ee283e9..e26411f 100644
--- a/index.html
+++ b/index.html
@@ -253,7 +253,7 @@ Modules are imported using the \`+\` and \`->\` operators. This allows for destr
\`\`\`javascript
// Import 'block1' and 'block2' (as 'alias2') from a module
-+ "hi-lang@0.1/path/file.hi" -> { block1, block2: alias2 }
++ "npm://hi-lang@0.1/path/file.hi" -> { block1, block2: alias2 }
block1()
alias2("some value")