Skip to content

Commit 7c718f3

Browse files
authoredOct 16, 2016
Update README.md
1 parent 43a8b97 commit 7c718f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Simple and Easy-to-Use robot client for game server.
1212

1313
3. Simple and Easy-to-use api. Mostly only one line needed to add a command or request handler.
1414

15-
4. Simple but powerful command client, which support passing in types of string, int, list and dict. Auto-Completions builtin.
15+
4. Simple but powerful command client, features passing in python types(string, int, list and dict, e.t.c), and Auto-Completions builtin.
1616

1717
5. Stream encrypt support built in.
1818

@@ -39,6 +39,8 @@ use `@addcmd(ARGS, COMMAND_NAME)` decorator to add client command.
3939

4040
use `@addhandle(protoname)` decorator to add handle function for game server's request.
4141

42+
Check `test/config.py` to see how to config client.
43+
4244
## Test
4345

4446
### test cmdclient
@@ -89,6 +91,6 @@ Uncomment following block in test/config.py:
8991
}
9092
]
9193

92-
Run client to run:
94+
Run client:
9395

9496
python main.py test/config.py

0 commit comments

Comments
 (0)
Please sign in to comment.