Skip to content

Commit 51e664d

Browse files
authored
Update README.md
1 parent d846b27 commit 51e664d

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
@@ -9,7 +9,7 @@ First import the package and set up the scene:
99
* Input the IP and port of the server.
1010

1111
### In Inspector GUI
12-
The easiest way is to use the inspector. Add callbacks to the `onMessage`, `onMessage`, or `onClose` UnityEvent.
12+
The easiest way is to use the inspector. Add callbacks to the `onOpen`, `onMessage`, or `onClose` UnityEvent.
1313

1414
### Using class inheritance
1515
Alternatively, you can inherit from `WebSocketServer`. The following code shows you how:

0 commit comments

Comments
 (0)