Skip to content

Commit ca4fb77

Browse files
committed
Update README.md
1 parent e8ee7d3 commit ca4fb77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ With the production server, you got 2 options to setup and run this sample.
4545
* Replace the place holder with your own keys in credentials.js, line #23 and #25 <br />
4646
```
4747
credentials.ClientId = '<replace with clientId>';
48+
4849
credentials.ClientSecret = '<replace with clientSecret>';
4950
```
5051
* Upload one of your model in your account and get its URN using other workflow sample,for example, [this workflow sample in .net winform application](https://github.com/Developer-Autodesk/workflow-dotnet-winform-view.and.data.api/) if you are using windows 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.
@@ -62,7 +63,8 @@ With the production server, you got 2 options to setup and run this sample.
6263
* Apply your own credentials from [http://developer-stg.autodesk.com](http://developer-stg.autodesk.com)
6364
* Replace the place holder with your own keys in credentials-stg.js, line #23 and #25 <br />
6465
```
65-
credentials.ClientId = '<replace with clientId>'; <br />
66+
credentials.ClientId = '<replace with clientId>';
67+
6668
credentials.ClientSecret = '<replace with clientSecret>';
6769
```
6870
* Upload one of your model in your account and get its URN using other workflow sample,for example, [this workflow sample in .net winform application](https://github.com/Developer-Autodesk/workflow-dotnet-winform-view.and.data.api/) if you are using windows 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. But please use [staging URL](https://developer-stg.api.autodesk.com) to proceed with the workflows.
@@ -73,7 +75,8 @@ With the production server, you got 2 options to setup and run this sample.
7375
* In /www/views/index.js, around line #24, make sure the variable staging is true.
7476
* In /www/views/index.html (line $33 and #34), use viewer3D.min.js and style.css from the staging environment <br />
7577
```
76-
<link type="text/css" rel="stylesheet" href="https://developer-stg.api.autodesk.com/viewingservice/v1/viewers/style.css"/> <br />
78+
<link type="text/css" rel="stylesheet" href="https://developer-stg.api.autodesk.com/viewingservice/v1/viewers/style.css"/>
79+
7780
<script src="https://developer-stg.api.autodesk.com/viewingservice/v1/viewers/viewer3D.min.js"></script>
7881
```
7982
* Run the server from the Node.js console, by running the follwing command: <br />

0 commit comments

Comments
 (0)