Skip to content

Commit 77aa213

Browse files
author
Jeremy Tammik
committed
Update README.md
1 parent 84ad115 commit 77aa213

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ It depends on other workflow samples to upload models and retrieve the model URN
4444
client_secret: process.env.CONSUMERSECRET || '<replace with your consumer secret>';
4545
```
4646
* 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
47+
- Windows: [.NET WPF application workflow sample](https://github.com/Developer-Autodesk/workflow-wpf-view.and.data.api)
48+
- Mac: [Mac OS Swift workflow sample](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api)
49+
- Browser: [models.autodesk.io web page](http://models.autodesk.io) or [javalmvwalkthrough web page](http://javalmvwalkthrough-vq2mmximxb.elasticbeanstalk.com)
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>';

0 commit comments

Comments
 (0)