We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc00d0 commit 1499fd7Copy full SHA for 1499fd7
README.md
@@ -18,7 +18,7 @@ Check if the field `main` in your package.json pointing to the file where the no
18
19
If not, add `output.main` pointing to the file, e.g.:
20
21
-```json
+```
22
{
23
...
24
"outdoc": {
@@ -54,7 +54,7 @@ And it will generate an api.yaml in your root folder by default
54
## Typescript projects
55
Add `output.main` in your package.json pointing to the file where the nodejs server exported, e.g.:
56
57
58
59
60
@@ -78,4 +78,4 @@ So if you wanna have a completed API doc, you need
78
79
## License
80
81
-MIT
+MIT
0 commit comments