Skip to content

Commit c51b121

Browse files
authored
Merge pull request #5 from JeanMeche/patch-1
fix(doc): Using the correct name for the package
2 parents fe41185 + 0019fcd commit c51b121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zone-less-rxjs
1+
# rxjs-zone-less
22

33
[![npm](https://img.shields.io/npm/v/rxjs-zone-less.svg)](https://www.npmjs.com/package/rxjs-zone-less)
44
![rxjs-zone-less CI](https://github.com/rx-angular/rxjs-zone-less/workflows/rxjs-zone-less%20CI/badge.svg?branch=main)
@@ -35,9 +35,9 @@ Besides a well documented and typed API it provides way to use patched API's in
3535
## Install
3636

3737
```bash
38-
npm install --save zone-less-rxjs
38+
npm install --save rxjs-zone-less
3939
# or
40-
yarn add zone-less-rxjs
40+
yarn add rxjs-zone-less
4141
```
4242

4343
## Documentation

0 commit comments

Comments
 (0)