Skip to content

Commit 84ad115

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

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ It depends on other workflow samples to upload models and retrieve the model URN
4343

4444
client_secret: process.env.CONSUMERSECRET || '<replace with your consumer secret>';
4545
```
46-
* Upload one of your models to your account and get its URN using another workflow sample, for example,
47-
- [this workflow sample in .Net WPF application](https://github.com/Developer-Autodesk/workflow-wpf-view.and.data.api) if you are using windows
48-
- or [this workflow sample in Mac OS Swift](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api) if you are using Mac
49-
- or this [WEB page](http://models.autodesk.io/) or this [one](http://javalmvwalkthrough-vq2mmximxb.elasticbeanstalk.com/)
46+
* Upload one of your models to your account and get its URN using another workflow sample, for example:
47+
- [.NET WPF application workflow sample](https://github.com/Developer-Autodesk/workflow-wpf-view.and.data.api) on Windows
48+
- [Mac OS Swift workflow sample](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api) on Mac
49+
- [models.autodesk.io WEB page](http://models.autodesk.io) or this [javalmvwalkthrough WEB page](http://javalmvwalkthrough-vq2mmximxb.elasticbeanstalk.com) in the browser
5050
* Copy the URN which was generated in the previous step in file /www/index.js at line #18 <br />
5151
```
5252
var defaultUrn = '<replace with your encoded urn>';
@@ -58,19 +58,21 @@ It depends on other workflow samples to upload models and retrieve the model URN
5858
* Connect to you local server using a WebGL-compatible browser: [http://localhost:3000/](http://localhost:3000/)
5959
6060
61-
This sample can also work with the Autodesk staging server (vs production) or work with someone else's credentials as long you can get a valid token.
62-
By default, the project is setup with the production server, and use your own credentials. If you are interested by a different setup, see the Options below.
61+
This sample can also work with the Autodesk staging server (vs. production) or using someone else's credentials as long you can get a valid token.
62+
By default, the project is setup with the production server, and use your own credentials.
63+
If you are interested in a different setup, see the Options below.
6364
6465
## Options
6566
66-
You can work with production or staging Autodesk View and Data environments. By default, the project is setup with the production server.
67+
You can work with production or staging Autodesk View and Data environments.
68+
By default, the project is set up with the production server.
6769
6870
* Instructions to setup this sample to use the Autodesk View & Data staging server are [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/blob/master/README-stg.md)
6971
7072
71-
You can also use someone else credentials to view models using this sample.
73+
You can also use someone else's credentials to view models using this sample.
7274
73-
* Instructions to setup this sample using someone else credentials are available [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/blob/master/README-option.md)
75+
* Instructions to set up this sample using someone else's credentials are available [here](https://github.com/Developer-Autodesk/workflow-node.js-view.and.data.api/blob/master/README-option.md)
7476
7577
7678
## License
@@ -80,6 +82,5 @@ That samples are licensed under the terms of the [MIT License](http://opensource
8082
8183
## Written by
8284
83-
Written by [Philippe Leefsma](http://adndevblog.typepad.com/cloud_and_mobile/philippe-leefsma.html) <br />
84-
(Autodesk Developer Network)
85+
Written by [Philippe Leefsma](http://adndevblog.typepad.com/cloud_and_mobile/philippe-leefsma.html), Autodesk Developer Network.
8586

0 commit comments

Comments
 (0)