Change to use scoped package in the example code (should text example code too)
authorNick Downing <nick@ndcode.org>
Sun, 11 Nov 2018 07:58:38 +0000 (18:58 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 11 Nov 2018 07:58:38 +0000 (18:58 +1100)
README.md

index 3b70f5e..2d40c21 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ given pathname, and compile it to CSS via the cache. The `dirname` is given so
 that if the `Less` stylesheet includes further stylesheets they will be taken
 from the correct path, usually the path containing the main `Less` stylesheet.
 ```js
-let BuildCache = require('build_cache')
+let BuildCache = require('@ndcode/build_cache')
 let fs = require('fs')
 let less = require('less/lib/less-node')
 let util = require('util')