Skip to content

Commit ff50e17

Browse files
committed
readme update
1 parent c40c334 commit ff50e17

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README-option.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ get model URNs - as explained in the Setup/Usage Instructions.
2424

2525
## Setup/Usage Instructions
2626

27-
* Apply for your own credentials (API keys) from [http://developer.autodesk.com](http://developer.autodesk.com)
2827
* From the sample root folder, rename or copy the ./credentials_.js file into ./credentials.js <br />
2928
* Windows <br />
3029
```
@@ -34,12 +33,6 @@ get model URNs - as explained in the Setup/Usage Instructions.
3433
```
3534
cp credentials_.js credentials.js
3635
```
37-
* Replace the placeholder with your own keys in credentials.js, line #29 and #30 <br />
38-
```
39-
credentials.ClientId = '<replace with consumer key>';
40-
41-
credentials.ClientSecret = '<replace with consumer secret>';
42-
```
4336
* The [upload tool](http://still-spire-1606.herokuapp.com) provides some existing models. Choose any one of them, or upload one of your own
4437
models with [upload tool](http://still-spire-1606.herokuapp.com). The [upload tool](http://still-spire-1606.herokuapp.com) will generate a URN of the model that you need later.
4538
* Copy the URN which was generated in the previous step in file /www/index.js at line #18 <br />

0 commit comments

Comments
 (0)