aboutsummaryrefslogtreecommitdiff
path: root/node_modules/binary-extensions/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/binary-extensions/readme.md')
-rw-r--r--node_modules/binary-extensions/readme.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/binary-extensions/readme.md b/node_modules/binary-extensions/readme.md
index 4f8f284a3..c0b5348c7 100644
--- a/node_modules/binary-extensions/readme.md
+++ b/node_modules/binary-extensions/readme.md
@@ -8,26 +8,26 @@ The list is just a [JSON file](binary-extensions.json) and can be used wherever.
## Install
```
-$ npm install --save binary-extensions
+$ npm install binary-extensions
```
## Usage
```js
-var binaryExtensions = require('binary-extensions');
+const binaryExtensions = require('binary-extensions');
console.log(binaryExtensions);
-//=> ['3ds', '3g2', ...]
+//=> ['3ds', '3g2', …]
```
## Related
-- [`is-binary-path`](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file
-- [`text-extensions`](https://github.com/sindresorhus/text-extensions) - List of text file extensions
+- [is-binary-path](https://github.com/sindresorhus/is-binary-path) - Check if a filepath is a binary file
+- [text-extensions](https://github.com/sindresorhus/text-extensions) - List of text file extensions
## License
-MIT © [Sindre Sorhus](http://sindresorhus.com)
+MIT © [Sindre Sorhus](https://sindresorhus.com)