diff --git a/lib/index.js b/lib/index.js index 9df5ab7..8cdc29f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -6,7 +6,7 @@ module['exports'] = colors; // If you don't wish to extend String.prototype, you can do this instead and // native String will not be touched: // -// var colors = require('colors/safe); +// var colors = require('@colors/colors/safe'); // colors.red("foo") // //