Skip to content

Commit

Permalink
Fix example comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Feb 12, 2022
1 parent 945ea79 commit 8e0e9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
//
//
Expand Down

0 comments on commit 8e0e9e8

Please sign in to comment.