Skip to content

Commit e43e51b

Browse files
authored
Update README.md
1 parent 9058104 commit e43e51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def unity_process_step(step):
227227
return observation.tolist(), float(reward), done, {}
228228
```
229229

230-
- <a name="start">`start`</a>: This function takes two arguments, host and port, and starts the server, listening on `host:port`
230+
- <a name="start">`start`</a>: This function takes two arguments, host and port, and starts the server, listening on `ws://host:port`
231231

232232
#### Signature:
233233
```python

0 commit comments

Comments
 (0)