Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/invert-kv/readme.md')
-rw-r--r--node_modules/invert-kv/readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/node_modules/invert-kv/readme.md b/node_modules/invert-kv/readme.md
index 365a97997..039fc7cfa 100644
--- a/node_modules/invert-kv/readme.md
+++ b/node_modules/invert-kv/readme.md
@@ -5,15 +5,15 @@
## Install
-```
-$ npm install invert-kv
+```sh
+$ npm install --save invert-kv
```
## Usage
```js
-const invertKv = require('invert-kv');
+var invertKv = require('invert-kv');
invertKv({foo: 'bar', unicorn: 'rainbow'});
//=> {bar: 'foo', rainbow: 'unicorn'}
@@ -22,4 +22,4 @@ invertKv({foo: 'bar', unicorn: 'rainbow'});
## License
-MIT © [Sindre Sorhus](https://sindresorhus.com)
+MIT © [Sindre Sorhus](http://sindresorhus.com)