Skip to content

Commit 45251eb

Browse files
author
Jeremy Tammik
committed
Update README.md
1 parent e8c5b44 commit 45251eb

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,27 @@
77

88

99
## Description
10-
A sample demonstrating how to view a model in a web application with the Autodesk View & Data API. This web application has a basic Node.js
11-
server and JavaScript/HTML5 client. This sample does not demonstrate how to upload a model to the Autodesk server for translation. See instructions below
12-
to prepare a model to be consumed in this sample.
10+
This sample demonstrates how to view a model in a web application with the Autodesk View & Data API. This web application implements a basic Node.js server and JavaScript/HTML5 client. It does not demonstrate how to upload a model to the Autodesk server for translation. See instructions below on how to prepare a model to be consumed in this sample.
1311

1412

1513
## Dependencies
16-
Install Node.js on your machine and clone this repo. Download the project dependencies using npm before running the app by running
17-
the following command in the project root directory
14+
Install Node.js on your machine and clone this repo. Download the project dependencies using npm before launching the app by running
15+
the following command in the project root directory:
1816
```
1917
npm install
2018
```
21-
on the node.js console. This will install the following node.js modules in the project:
19+
This will install the following node.js modules in the project:
2220
- express
2321
- request
2422
- serve-favicon
2523

26-
This sample does not include the workflow of uploading models. on the server It depends on other workflow samples to upload models and
27-
get model URNs - as explained in the Setup/Usage Instructions.
24+
As said, this sample does not include the workflow of uploading models to the server.
25+
It depends on other workflow samples to upload models and retrieve the model URNs, as explained in the Setup/Usage Instructions.
2826

2927

3028
## Setup/Usage Instructions
3129

32-
* Apply for your own credentials (API keys) from [http://developer.autodesk.com](http://developer.autodesk.com)
30+
* Apply for your own credentials (API keys) from [developer.autodesk.com](http://developer.autodesk.com)
3331
* From the sample root folder, rename or copy the ./credentials_.js file into ./credentials.js <br />
3432
* Windows <br />
3533
```

0 commit comments

Comments
 (0)