We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa376e commit bc355c1Copy full SHA for bc355c1
README.md
@@ -18,15 +18,15 @@
18
## Installation
19
20
```bash
21
-npm i @mf/nestjs-ipfs
+npm i @mfsoftworks/nestjs-ipfs
22
```
23
24
## Quick Start
25
26
Import the IPFS module
27
28
```typescript
29
-import { IpfsModule } from '@mf/nestjs-ipfs';
+import { IpfsModule } from '@mfsoftworks/nestjs-ipfs';
30
31
32
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
82
83
## License
84
85
-@mf/nestjs-ipfs is [MIT licensed](LICENSE).
+@mfsoftworks/nestjs-ipfs is [MIT licensed](LICENSE).
0 commit comments