Skip to content

Commit 1499fd7

Browse files
authored
Update README.md
1 parent edc00d0 commit 1499fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check if the field `main` in your package.json pointing to the file where the no
1818

1919
If not, add `output.main` pointing to the file, e.g.:
2020

21-
```json
21+
```
2222
{
2323
...
2424
"outdoc": {
@@ -54,7 +54,7 @@ And it will generate an api.yaml in your root folder by default
5454
## Typescript projects
5555
Add `output.main` in your package.json pointing to the file where the nodejs server exported, e.g.:
5656

57-
```json
57+
```
5858
{
5959
...
6060
"outdoc": {
@@ -78,4 +78,4 @@ So if you wanna have a completed API doc, you need
7878

7979
## License
8080

81-
MIT
81+
MIT

0 commit comments

Comments
 (0)