diff --git a/README.md b/README.md index fc91071..1892a80 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For vanilla node.js projects, your `./.eslintrc` should be: {"extends": "mongodb-js/node"} ``` -### `node` +### `browser` If you're working on a UI project that uses browserify, your `./.eslintrc` should be: @@ -74,6 +74,12 @@ If you're working on a UI project that uses browserify, your `./.eslintrc` shoul - [eslint-plugin-mongodb][eslint-plugin-mongodb] Syntax guidance and best practices reinforcement when using MongoDB node.js driver. +## Changelog + +### 4.0.0 + +- Adds `mongodb-js/compass-plugin` config #48 + ## License Apache 2.0