summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Cortopassi <joe@joecortopassi.com>2018-10-04 13:33:12 -0500
committerAlex Early <alexander.early@gmail.com>2018-10-04 11:33:12 -0700
commite73bf845c8b3a8eab5e062ece7b47b5694d94484 (patch)
tree02466fc15544481249b71e9cfece60e9a13c7fd9 /README.md
parent4f0ce231d6a8952be252f07362d0129abb6e4d44 (diff)
downloadasync-e73bf845c8b3a8eab5e062ece7b47b5694d94484.tar.gz
--save no longer needed (#1585)
`--save` is on by default as of [npm 5](https://blog.npmjs.org/post/161081169345/v500), so `npm install aphrodite` is functionally equivalent to `npm install --save aphrodite` now
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 49cf950..8baf486 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/async/badge?style=rounded)](https://www.jsdelivr.com/package/npm/async)
-Async is a utility module which provides straight-forward, powerful functions for working with [asynchronous JavaScript](http://caolan.github.io/async/global.html). Although originally designed for use with [Node.js](https://nodejs.org/) and installable via `npm install --save async`, it can also be used directly in the browser.
+Async is a utility module which provides straight-forward, powerful functions for working with [asynchronous JavaScript](http://caolan.github.io/async/global.html). Although originally designed for use with [Node.js](https://nodejs.org/) and installable via `npm install async`, it can also be used directly in the browser.
This version of the package is optimized for the Node.js environment. If you use Async with webpack, install [`async-es`](https://www.npmjs.com/package/async-es) instead.