Skip to content

Commit d411913

Browse files
committed
Update README.md
1 parent 145e68a commit d411913

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,17 @@ With the production server, you got 2 options to setup and run this sample.
2727

2828
### Option A: Use [upload tool](http://still-spire-1606.herokuapp.com) online service to upload model.
2929

30-
* The [upload tool](http://still-spire-1606.herokuapp.com) provides some existing models. Choose any one of them.
31-
Or upload one of your own models with [upload tool](http://still-spire-1606.herokuapp.com) <br />
32-
The [upload tool](http://still-spire-1606.herokuapp.com) will generate a URN of the model that you need later.
33-
* Copy this URN in /www/views/index.js at line #18
30+
* The [upload tool](http://still-spire-1606.herokuapp.com) provides some existing models. Choose any one of them, or upload one of your own 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.
31+
* Copy this URN in /www/views/index.js at line #18 <br />
3432
```
3533
var urnprod = 'your_urn_here';
3634
```
3735
* In /www/views/index.js, at line #36, change value of tokenurl to the access token you can generate from 'http://still-spire-1606.herokuapp.com/api/rawtoken'
38-
* Run the server from the Node.js console, by running the follwing command:
36+
* Run the server from the Node.js console, by running the follwing command: <br />
3937
```
4038
node server.js
4139
```
42-
* Connect to server locally using a WebGL-compatible browser: http://localhost:3000/node/basic
40+
* Connect to server locally using a WebGL-compatible browser: [http://localhost:3000/node/basic](http://localhost:3000/node/basic)
4341

4442
Option B: Use your own credentials and upload models on your account
4543

0 commit comments

Comments
 (0)