Skip to content

Commit 854eca8

Browse files
committed
chore: add dollar sign to bash
1 parent 2d49f95 commit 854eca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/recipes/automock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Automock support both Jest and Sinon. Just install the appropriate package for y
2525
Furthermore, you need to install the `@automock/adapters.nestjs` (as Automock supports other adapters).
2626

2727
```bash
28-
npm i -D @automock/jest @automock/adapters.nestjs
28+
$ npm i -D @automock/jest @automock/adapters.nestjs
2929
```
3030

3131
Or, for Sinon:
3232

3333
```bash
34-
npm i -D @automock/sinon @automock/adapters.nestjs
34+
$ npm i -D @automock/sinon @automock/adapters.nestjs
3535
```
3636

3737
#### Example

0 commit comments

Comments
 (0)