Skip to content

Commit 52fbaca

Browse files
committed
typo
1 parent ff50e17 commit 52fbaca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README-stg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ get model URNs - as explained in the Setup/Usage Instructions.
4040
```
4141
* Replace the placeholder with your own keys in credentials.js, line #29 and #30 <br />
4242
```
43-
credentials.ClientId = '<replace with consumer key>';
43+
credentials.ClientId = '<replace with your consumer key>';
4444

45-
credentials.ClientSecret = '<replace with consumer secret>';
45+
credentials.ClientSecret = '<replace with your consumer secret>';
4646
```
4747
* In file credentials.js, comment out line #23, and uncomment line #24
4848
* Upload one of your models to your account and get its URN using another workflow sample, for example,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ get model URNs - as explained in the Setup/Usage Instructions.
3636
```
3737
* Replace the placeholder with your own keys in credentials.js, line #29 and #30 <br />
3838
```
39-
credentials.ClientId = '<replace with consumer key>';
39+
credentials.ClientId = '<replace with your consumer key>';
4040

41-
credentials.ClientSecret = '<replace with consumer secret>';
41+
credentials.ClientSecret = '<replace with your consumer secret>';
4242
```
4343
* Upload one of your models to your account and get its URN using another workflow sample, for example,
4444
- [this workflow sample in .net winform application](https://github.com/Developer-Autodesk/workflow-dotnet-winform-view.and.data.api/) if you are using windows

credentials_.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ credentials.BaseUrl = 'https://developer.api.autodesk.com' ;
2626
// Replace placeholder below by the Consumer Key and Consumer secret you got from
2727
// http://developer.autodesk.com/ for the production server
2828
// or http://developer-stg.autodesk.com/ for the staging server
29-
credentials.ClientId ='<replace with consumer key>' ;
30-
credentials.ClientSecret ='<replace with consumer secret>' ;
29+
credentials.ClientId ='<replace with your consumer key>' ;
30+
credentials.ClientSecret ='<replace with your consumer secret>' ;
3131

3232
module.exports =credentials ;

0 commit comments

Comments
 (0)