Skip to content

Commit

Permalink
Make README notes more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelabre committed Feb 20, 2018
1 parent d87b3ce commit 09fa02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ npm install --save mongoose-beautiful-unique-validation

Starting from version 7.0.0, this module only supports Mongoose 4.11.4 and upper. Usage with older Mongoose versions might work, but is not supported. If we need to use outdated versions of Mongoose, use older versions of this package as documented in the table below.

_Note that only security fixes will be backported to older versions._

| This package’s version | Supported Mongoose versions |
| ----------------------:|:--------------------------- |
| 7 | ≥ 4.11.4 |
| 5, 6 | ≥ 4.5.0 |
| 1, 2, 3, 4 | ≥ 4.0.0 |

> **Note**: Only security fixes will be backported to older versions.
### Supported versions of Node

This module currently supports Node.js 4, 5, 6, 7 and 8. If you find a bug while using one of these versions, please [fill a bug report!](https://github.com/matteodelabre/mongoose-beautiful-unique-validation/issues/new)
Expand Down

0 comments on commit 09fa02e

Please sign in to comment.