File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ get model URNs - as explained in the Setup/Usage Instructions.
4343 ```
4444 cp credentials_.js credentials.js
4545 ```
46- * Replace the placeholder with your own keys in credentials.js, line #23 and #24 <br />
46+ * Replace the placeholders with your own keys in credentials.js, line #23 and #24 <br />
4747 ```
4848 credentials.ConsumerKey =process.env.CONSUMERKEY || '<replace with your consumer key >';
4949
@@ -56,7 +56,7 @@ get model URNs - as explained in the Setup/Usage Instructions.
5656* Upload one of your models to your account and get its URN using another workflow sample, for example,
5757 - [this workflow sample in .Net WPF application](https://github.com/Developer-Autodesk/workflow-wpf-view.and.data.api) if you are using windows
5858 - 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
59- - or this [WEB page](http://javalmvwalkthrough-vq2mmximxb.elasticbeanstalk.com/)
59+ - or this [WEB page](http://models.autodesk.io/) or this [one](http:// javalmvwalkthrough-vq2mmximxb.elasticbeanstalk.com/)
6060* Copy the URN which was generated in the previous step in file /www/index.js at line #18 <br />
6161 ```
6262 var defaultUrn = '<replace with your encoded urn >';
You can’t perform that action at this time.
0 commit comments