Skip to content

Commit d9d1f52

Browse files
committed
Update README.md
1 parent 990262a commit d9d1f52

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ A sample demonstrating how to load a model into web application with the Autodes
88

99
##Dependencies
1010

11-
* Install these packages with npm before running the app by running "npm install" command from the server directory.
11+
Install the project' dependencies using npm before running the app by running the following command
12+
'''
13+
npm install
14+
'''
15+
on the node.js console. This will install
1216
- express
1317
- request
1418
- serve-favicon
1519

16-
* This sample does not includes the workflow of uploading models. It depends on other workflow samples to upload models, get model URN. Please follow Setup/Usage Instructions.
20+
This sample does not includes the workflow of uploading models. It depends on other workflow samples to upload models, get model URN. Please follow Setup/Usage Instructions.
1721

1822
##Setup/Usage Instructions
1923

0 commit comments

Comments
 (0)