Skip to content

Commit 92d742e

Browse files
committed
Updated readme
1 parent d191402 commit 92d742e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@ Node module for in memory caching.
66

77
## Installation
88

9-
With [npm](http://npmjs.org) do
9+
With [npm](http://npmjs.org)
10+
11+
12+
If using a node version that supports async/await do
1013

1114
```bash
1215
$ npm install cache-memory --save
1316
```
1417

18+
Otherwise do
19+
20+
```bash
21+
$ npm install cache-memory@1.0.10 --save
22+
```
23+
1524
## Example usage
1625

1726
```js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-memory",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/croweman/node-in-memory-cache.git"

0 commit comments

Comments
 (0)