Skip to content

Commit 85220a5

Browse files
author
Gary Woodfine
committed
Update README formatting: improve clarity of installation examples for npm, pnpm, and yarn
1 parent bc2e523 commit 85220a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Running the following command will:
3232
- Update your `nuxt.config` file.
3333

3434
```bash
35-
// with npm
35+
## with npm
3636
npm install @threenine/nuxt-fathom
3737

38-
//with pnpm
38+
## with pnpm
3939
pnpm add @threenine/nuxt-fathom
4040

41-
//with yarn
41+
## with yarn
4242
yarn add @threenine/nuxt-fathom
4343
```
4444

0 commit comments

Comments
 (0)