Skip to content

Commit

Permalink
chore: add dollar sign to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad committed Oct 5, 2023
1 parent 2d49f95 commit 854eca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/recipes/automock.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Automock support both Jest and Sinon. Just install the appropriate package for y
Furthermore, you need to install the `@automock/adapters.nestjs` (as Automock supports other adapters).

```bash
npm i -D @automock/jest @automock/adapters.nestjs
$ npm i -D @automock/jest @automock/adapters.nestjs
```

Or, for Sinon:

```bash
npm i -D @automock/sinon @automock/adapters.nestjs
$ npm i -D @automock/sinon @automock/adapters.nestjs
```

#### Example
Expand Down

0 comments on commit 854eca8

Please sign in to comment.