Skip to content

Commit bf083c5

Browse files
committed
docs: ✏️ README updated for better usability
1 parent 7bd7349 commit bf083c5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,25 @@
3131
## install
3232

3333
```sh
34-
npm i -g fastify-typescript-generator
34+
$ npm i -g fastify-typescript-generator
3535
```
3636

3737
## usage
3838

3939
Run anyone of following commands:
4040

4141
```sh
42-
fastify-gen
42+
$ fastify-gen
4343
# or
44-
fastify-typescript-generator
44+
$ fastify-typescript-generator
4545
# or
46-
fastify-ts-gen
46+
$ fastify-ts-gen
47+
```
48+
49+
Or, to avoid installation and usage simply use the following command:
50+
51+
```sh
52+
$ npx fastify-typescript-generator
4753
```
4854

4955
## ❓ what is it

0 commit comments

Comments
 (0)