Skip to content

Commit a010697

Browse files
committed
fix(docs): fix documentation
1 parent 97b6ec6 commit a010697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ All commands are run from the root of the project, from a terminal:
3939

4040
| Command | Action |
4141
| :------------------------ | :----------------------------------------------- |
42-
| `npm install` | Installs dependencies |
42+
| `npm ci` | Installs dependencies |
4343
| `npm run dev` | Starts local dev server at `localhost:4321` |
4444
| `npm run build` | Build your production site to `./dist/` |
4545
| `npm run preview` | Preview your build locally, before deploying |

docs/src/content/docs/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Open the project in any IDE of your choice.
4040
## Install all dependancies
4141

4242
```bash
43-
npm install
43+
npm ci
4444
```
4545

4646
## Choose a challenge

0 commit comments

Comments
 (0)