Skip to content

Commit

Permalink
fix: remove backtick from npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldemarkki authored Dec 23, 2022
1 parent 4b1abf7 commit 5da0bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Unfortunately, `fastify` and `zod` don't work together very well. [`fastify` sug
- Install `fastify-zod`

```
npm i fastify-zod`
npm i fastify-zod
```

- Define your models using `zod`
Expand Down

0 comments on commit 5da0bd5

Please sign in to comment.