Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Cui authored Mar 5, 2019
1 parent e2a8907 commit e1d2136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Activate the conda environment.

__Server side__: run ```python main.py``` to start the server.

__Client side__: connect to the server with SocketIO client and emit "predict" with a word or phrase as an argument to get word predictions. Example for predicting "a":
__Client side__: connect to the server with SocketIO client and emit "autocomplete" with a word or phrase as an argument to get word predictions. Example for autocompleting the word "a":

```
from socketIO_client import SocketIO
Expand Down

0 comments on commit e1d2136

Please sign in to comment.