Skip to content

Commit 1834a8a

Browse files
Update README.md
1 parent 69b4b21 commit 1834a8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ Connect to your local server using a WebGL-compatible browser:
180180

181181
Note that we use port 3000 and not the default http port 80 because if you are on Mac OSX or use Skype, port 80 may be already in use. If you want to use port 80 to avoid having to specify the port in the URL, edit the server.js file and change the default port from 3000 to 80, and restart the node.js server.
182182

183-
### Extend your web server to support the upload/translation workflow
183+
### (Optional) Extend your web server to support upload/translation workflow
184184

185-
If you do not need the model translation workflow on your server or webpage, you can skip these steps and continue with the next chapter 'Customizing the Viewer Behavior'. If you need to implement this part, please refer to the [tutorial of uploading/translation workflow](upload_models_workflow.md).
185+
You already uploaded and translated a model earlier in this tutorial, so adding support for uploading/translating to your node.js server is optional. If you want to add it now, go to [the uploading/translation workflow tutorial](upload_models_workflow.md) and follow the instructions there.
186+
187+
Once you've finished that additional tutorial, or if you choose to skip it, move on to the next section - 'Customize the Viewer Behavior'.
186188

187189

188190
## Customize the Viewer Behavior

0 commit comments

Comments
 (0)