aboutsummaryrefslogtreecommitdiff
path: root/node_modules/widest-line/readme.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-12-27 19:33:54 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-12-27 19:34:16 +0100
commit0e6de2c31dbf8c21277481f112e99c52b913940f (patch)
tree91789032de3b8eec9d789acd1323f25fc5d08422 /node_modules/widest-line/readme.md
parentceda0da31ad542c598c68146ae0712ca03df3d71 (diff)
node_modules
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)