diff --git a/README.md b/README.md index b9947e5d..c8001460 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,14 @@ If you are on a stable version of node, we can't magically know what you are doi ## Version Compatibility -| Node Version | Bcrypt Version | -| ---- | ---- | -| 0.4.x | <= 0.4.x | -| 0.6.x | >= 0.5.x | -| 0.8.x | >= 0.5.x | -| 0.10.x | >= 0.5.x | -| 0.11.x | >= 0.8.x | -| 4.x.x | <= 2.0.x | -| 8.x.x | >= 1.0.3 | -| 10.x.x | >= 3.0.0 | +| Node Version | Bcrypt Version | +| -------------- | -------------- | +| 0.4 | <= 0.4 | +| 0.6, 0.8, 0.10 | >= 0.5 | +| 0.11 | >= 0.8 | +| 4 | < 2.1 | +| 8 | >= 1.0.3 | +| 10 | >= 3 | `node-gyp` only works with stable/released versions of node. Since the `bcrypt` module uses `node-gyp` to build and install you'll need a stable version of node to use bcrypt. If you do not you'll likely see an error that starts with: