summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/restore-cursor/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/restore-cursor/readme.md')
-rw-r--r--tools/node_modules/eslint/node_modules/restore-cursor/readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/node_modules/eslint/node_modules/restore-cursor/readme.md b/tools/node_modules/eslint/node_modules/restore-cursor/readme.md
index a2f5afbc54..c224a2904c 100644
--- a/tools/node_modules/eslint/node_modules/restore-cursor/readme.md
+++ b/tools/node_modules/eslint/node_modules/restore-cursor/readme.md
@@ -1,4 +1,4 @@
-# restore-cursor
+# restore-cursor [![Build Status](https://travis-ci.org/sindresorhus/restore-cursor.svg?branch=master)](https://travis-ci.org/sindresorhus/restore-cursor)
> Gracefully restore the CLI cursor on exit
@@ -8,7 +8,7 @@ Prevent the cursor you've hidden interactively from remaining hidden if the proc
## Install
```
-$ npm install --save restore-cursor
+$ npm install restore-cursor
```
@@ -16,6 +16,7 @@ $ npm install --save restore-cursor
```js
const restoreCursor = require('restore-cursor');
+
restoreCursor();
```