Skip to content

Commit 8fe70a4

Browse files
authored
chore(redux-common): update readme package name to our npm package (#5181)
1 parent cf68d2b commit 8fe70a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/redux-common/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# mongodb-redux-app-registry [![][npm_img]][npm_url]
1+
# @mongodb-js/mongodb-redux-common [![][npm_img]][npm_url]
22

3-
> mongodb-redux-app-registry
3+
> @mongodb-js/mongodb-redux-common
44
55
## Installation
66

77
```
8-
npm install --save mongodb-redux-app-registry
8+
npm install --save @mongodb-js/mongodb-redux-common
99
```
1010

1111
### Usage
1212

1313
```javascript
1414
```
1515

16-
[npm_img]: https://img.shields.io/npm/v/mongodb-redux-app-registry.svg?style=flat-square
17-
[npm_url]: https://www.npmjs.org/package/mongodb-redux-app-registry
16+
[npm_img]: https://img.shields.io/npm/v/@mongodb-js/mongodb-redux-common.svg?style=flat-square
17+
[npm_url]: https://www.npmjs.org/package/@mongodb-js/mongodb-redux-common

0 commit comments

Comments
 (0)