Skip to content

Commit

Permalink
docs fixed at npm install command.
Browse files Browse the repository at this point in the history
  • Loading branch information
OurCodeBase committed Sep 21, 2024
1 parent 70cefa0 commit 4ad8426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npx https://www.github.com/OurCodeBase/gen3-express my-app
### 2. node package manager
Generation of an express app is not recommended through npm.
```bash
npm install -gen3 https://www.github.com/OurCodeBase/gen3-express.git
npm install -g https://www.github.com/OurCodeBase/gen3-express.git
```
```bash
gen3-express my-app
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npx https://www.github.com/OurCodeBase/gen3-express my-app
### 2. node package manager
Generation of an express app is not recommended through npm.
```bash
npm install -gen3 https://www.github.com/OurCodeBase/gen3-express.git
npm install -g https://www.github.com/OurCodeBase/gen3-express.git
```
```bash
gen3-express my-app
Expand Down

0 comments on commit 4ad8426

Please sign in to comment.