Skip to content

Commit

Permalink
chore: add bash to codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Apr 18, 2022
1 parent c61dc84 commit 620e760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/additional-info/changes-in-v14.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ v14 requires Node 16.9 or higher to use, so make sure you're up to date. To chec
If you previously had `@discordjs/builders` manually installed it's *highly* recommended that you uninstall the package to avoid package naming conflicts.

**NPM**
```
```bash
npm uninstall @discordjs/builders
```

**Yarn**
```
```bash
yarn remove @discordjs/builders
```

Expand Down

0 comments on commit 620e760

Please sign in to comment.