Skip to content

Commit 6e67aba

Browse files
Minor edits to readme
1 parent c8456fe commit 6e67aba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ app.use(limiter);
4949

5050
This library is provided in ESM as well as CJS forms, and works with both Javascript and Typescript projects.
5151

52-
**This package requires you to use Node 14 or above.**
52+
**This package requires you to use Node 16 or above.**
5353

5454
Import it in a CommonJS project (`type: commonjs` or no `type` field in `package.json`) as follows:
5555

@@ -91,4 +91,8 @@ There are two different types of Postgres Stores:
9191

9292
Both types of store take the same input in their constructor
9393
- `config` - The database configuration as specified in the [node-postgres](https://node-postgres.com/apis/client) configuration.
94-
- `name` - The unique name of the session. This is useful when applying multiple rate limiters with multiple stores.
94+
- `name` - The unique name of the session. This is useful when applying multiple rate limiters with multiple stores.
95+
96+
## Installation
97+
98+
Project license is specified in the [license file](license.md) Third party licenses are located in the [third_party_licenses folder](third_party_licenses)

0 commit comments

Comments
 (0)