aboutsummaryrefslogtreecommitdiff
path: root/node_modules/widest-line/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/widest-line/readme.md')
-rw-r--r--node_modules/widest-line/readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/widest-line/readme.md b/node_modules/widest-line/readme.md
index 3a2e305ed..20e02d574 100644
--- a/node_modules/widest-line/readme.md
+++ b/node_modules/widest-line/readme.md
@@ -10,7 +10,7 @@ Useful to be able to know the maximum width a string will take up in the termina
## Install
```
-$ npm install --save widest-line
+$ npm install widest-line
```
@@ -19,7 +19,7 @@ $ npm install --save widest-line
```js
const widestLine = require('widest-line');
-widestLine('古\n\u001b[1m@\u001b[22m');
+widestLine('古\n\u001B[1m@\u001B[22m');
//=> 2
```
@@ -31,4 +31,4 @@ widestLine('古\n\u001b[1m@\u001b[22m');
## License
-MIT © [Sindre Sorhus](http://sindresorhus.com)
+MIT © [Sindre Sorhus](https://sindresorhus.com)