Skip to content

Commit

Permalink
Typos fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orderbynull authored May 25, 2017
1 parent a577cb5 commit f5c2e1c
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 @@ -73,7 +73,7 @@ In this case here's what you may do:
# Options
| option available | default value | description
| ---------------------- |-----------------|-------------------------------------------------------------------------------------------------
| `--proxy` | `127.0.0.1:4041`|`<ip>:<port>` of proxy server. Your code should make connections to that address to make proxy work. *Example: `--proxy=:4045`*
| `--proxy` | `127.0.0.1:4041`|`<ip>:<port>` of proxy server. Your code should make connections to that address to make proxy work. *Example: `--proxy=127.0.0.1:4045`*
| `--mysql` | `127.0.0.1:3306`|`<ip>:<port>` of MySQL server. *Example: `--mysql=192.168.0.195:3306`*
| `--gui` | `127.0.0.1:9999`|`<ip>:<port>` of embedded GUI. *Example: `--gui=127.0.0.1:8080`*

Expand Down

0 comments on commit f5c2e1c

Please sign in to comment.