Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add colons where necessary
  • Loading branch information
vadimka14 authored Sep 27, 2024
1 parent 79ffc28 commit 3ee5d1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ For an introduction to Nouns Builder and its concept, you can find further [docu

3. Add the required [environment variables](#environment-variables)

4. Install dependencies across all apps and packages
4. Install dependencies across all apps and packages:

```
pnpm i
```

5. Once environment variables are defined, you can run the app in dev mode
5. Once environment variables are defined, you can run the app in dev mode:

```
pnpm dev
Expand Down Expand Up @@ -66,7 +66,7 @@ To run type checks:
pnpm run type-check
```

#### To create and run a production build
#### To create and run a production build:

```
> pnpm run build
Expand Down

0 comments on commit 3ee5d1b

Please sign in to comment.