Skip to content

Commit e8ee7d3

Browse files
committed
Update README.md
1 parent 25e4360 commit e8ee7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ With the production server, you got 2 options to setup and run this sample.
6262
* Apply your own credentials from [http://developer-stg.autodesk.com](http://developer-stg.autodesk.com)
6363
* Replace the place holder with your own keys in credentials-stg.js, line #23 and #25 <br />
6464
```
65-
credentials.ClientId = '<replace with clientId>';
65+
credentials.ClientId = '<replace with clientId>'; <br />
6666
credentials.ClientSecret = '<replace with clientSecret>';
6767
```
6868
* 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 +73,7 @@ With the production server, you got 2 options to setup and run this sample.
7373
* In /www/views/index.js, around line #24, make sure the variable staging is true.
7474
* In /www/views/index.html (line $33 and #34), use viewer3D.min.js and style.css from the staging environment <br />
7575
```
76-
<link type="text/css" rel="stylesheet" href="https://developer-stg.api.autodesk.com/viewingservice/v1/viewers/style.css"/>
76+
<link type="text/css" rel="stylesheet" href="https://developer-stg.api.autodesk.com/viewingservice/v1/viewers/style.css"/> <br />
7777
<script src="https://developer-stg.api.autodesk.com/viewingservice/v1/viewers/viewer3D.min.js"></script>
7878
```
7979
* Run the server from the Node.js console, by running the follwing command: <br />

0 commit comments

Comments
 (0)