Skip to content

Commit 0821d18

Browse files
committed
Merge pull request #321 from Laurent-Sarrazin/patch-doc
Fix a typo
2 parents 25aef5f + aa262f6 commit 0821d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/server-generator/node/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To run the server, cd to the `samples/server-generator/node/output` folder and r
5151
```
5252
# install the dependencies
5353
npm install
54-
node Apps/main.js
54+
node App/main.js
5555
```
5656

5757
You can now load the swagger-ui against `http://localhost:8002/resources.json`. Of course this isn't a fully

0 commit comments

Comments
 (0)