Skip to content

Commit 5cb7e20

Browse files
LitoMoresindresorhus
authored andcommittedMar 8, 2019
Fix readme (#27)
1 parent 581fd4e commit 5cb7e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const stripAnsi = require('strip-ansi');
3131
stripAnsi('\u001B[4mUnicorn\u001B[0m');
3232
//=> 'Unicorn'
3333

34-
stripAnsi('\u001B]8;;https://github.com\u0007click\u001B]8;;\u0007');
34+
stripAnsi('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007');
3535
//=> 'Click'
3636
```
3737

0 commit comments

Comments
 (0)
Please sign in to comment.