Skip to content

Commit bc355c1

Browse files
committed
Update readme
1 parent 7aa376e commit bc355c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
## Installation
1919

2020
```bash
21-
npm i @mf/nestjs-ipfs
21+
npm i @mfsoftworks/nestjs-ipfs
2222
```
2323

2424
## Quick Start
2525

2626
Import the IPFS module
2727

2828
```typescript
29-
import { IpfsModule } from '@mf/nestjs-ipfs';
29+
import { IpfsModule } from '@mfsoftworks/nestjs-ipfs';
3030
```
3131

3232
IPFS module supports registering using defaults, or a static object
@@ -82,4 +82,4 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
8282

8383
## License
8484

85-
@mf/nestjs-ipfs is [MIT licensed](LICENSE).
85+
@mfsoftworks/nestjs-ipfs is [MIT licensed](LICENSE).

0 commit comments

Comments
 (0)