We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d191402 commit 92d742eCopy full SHA for 92d742e
README.md
@@ -6,12 +6,21 @@ Node module for in memory caching.
6
7
## Installation
8
9
-With [npm](http://npmjs.org) do
+With [npm](http://npmjs.org)
10
+
11
12
+If using a node version that supports async/await do
13
14
```bash
15
$ npm install cache-memory --save
16
```
17
18
+Otherwise do
19
20
+```bash
21
+$ npm install cache-memory@1.0.10 --save
22
+```
23
24
## Example usage
25
26
```js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cache-memory",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"repository": {
5
"type": "git",
"url": "git://github.com/croweman/node-in-memory-cache.git"
0 commit comments