Skip to content

Commit 81358a0

Browse files
committed
typo
1 parent 52826e1 commit 81358a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-stg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>';

0 commit comments

Comments
 (0)