Skip to content

Commit 734861b

Browse files
authored
Update README.md
1 parent b7a8455 commit 734861b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a NestJS module wrapper around the official [shopify-api-node](https://w
1515
To install this project:
1616

1717
```bash
18-
npm install --save nestjs-shopify
18+
npm install --save nestjs-shopify-wrapper
1919
```
2020

2121
### Setup
@@ -72,4 +72,4 @@ async getShopifyProducts(): Promise<ShopifyClient.IProduct[]> {
7272
7373
### Big Ups
7474
75-
- [Nest Dynamic Package Generator Schematics](https://github.com/nestjsplus/dyn-schematics) generates a starter template for building NestJS dynamic packages. It uses the `@nestjs/cli` core package, and provides customized schematics for generating modular NestJS applications. See [here](https://github.com/nestjsplus/dyn-schematics) for the full set of available schematics, and documentation.
75+
- [Nest Dynamic Package Generator Schematics](https://github.com/nestjsplus/dyn-schematics) generates a starter template for building NestJS dynamic packages. It uses the `@nestjs/cli` core package, and provides customized schematics for generating modular NestJS applications. See [here](https://github.com/nestjsplus/dyn-schematics) for the full set of available schematics, and documentation.

0 commit comments

Comments
 (0)