File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Use your own credentials and upload models on your account
38
38
```
39
39
node server.js
40
40
```
41
- * Connect to server locally using a WebGL-compatible browser: [ http://localhost:3000/ ] ( http://localhost:3000/ )
41
+ * Connect to you local server using a WebGL-compatible browser: [ http://localhost:3000/ ] ( http://localhost:3000/ )
42
42
43
43
44
44
This sample can also work with the Autodesk staging server (vs production) or work with someone else credentials as long you can get a valid token.
@@ -60,7 +60,7 @@ You can work with production or staging Autodesk View and Data environments. By
60
60
```
61
61
node server.js
62
62
```
63
- * Connect to server locally using a WebGL-compatible browser: [ http://localhost:3000/ ] ( http://localhost:3000/ )
63
+ * Connect to you local server using a WebGL-compatible browser: [ http://localhost:3000/ ] ( http://localhost:3000/ )
64
64
65
65
66
66
### Option B: To work with the staging environment, you need to use your own credential vs the option above.
@@ -90,7 +90,7 @@ You can work with production or staging Autodesk View and Data environments. By
90
90
```
91
91
node server.js
92
92
```
93
- * Connect to server locally using a WebGL-compatible browser: [ http://localhost:3000/ ] ( http://localhost:3000/ )
93
+ * Connect to you local server using a WebGL-compatible browser: [ http://localhost:3000/ ] ( http://localhost:3000/ )
94
94
95
95
96
96
## License
You can’t perform that action at this time.
0 commit comments