Skip to content

Commit e480184

Browse files
DaniAcuanymaniax
andauthoredMar 2, 2023
fix: use orval as devDependecy (#692)
Co-authored-by: Victor <victor@emaniax.io>
1 parent f69a84d commit e480184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/src/pages/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ You can install Orval with <a href="https://npmjs.com" target="_blank">NPM</a> o
88
Using NPM:
99

1010
```bash
11-
$ npm i -g orval
11+
$ npm i orval -D
1212
```
1313

1414
Using Yarn:
1515

1616
```
17-
$ yarn global add orval
17+
$ yarn add orval -D
1818
```

1 commit comments

Comments
 (1)

vercel[bot] commented on Mar 2, 2023

@vercel[bot]
Please sign in to comment.