docs: rename packages (#9618)

This commit is contained in:
Shahed Nasser
2024-10-18 14:43:46 +00:00
committed by GitHub
parent 30659b077a
commit 61e6a07b55
16 changed files with 47 additions and 47 deletions
@@ -119,7 +119,7 @@ The code snippet must be written using NPM.
When a command uses the global option `-g`, add it at the end of the NPM command to ensure that its transformed to a Yarn command properly. For example:
```bash npm2yarn
npm install @medusajs/medusa-cli -g
npm install @medusajs/cli -g
```
---