From 0e6de2c31dbf8c21277481f112e99c52b913940f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Dec 2017 19:33:54 +0100 Subject: node_modules --- node_modules/widest-line/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node_modules/widest-line/readme.md') 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) -- cgit v1.2.3