diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-06-27 18:30:10 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-06-27 18:30:10 +0800 |
commit | afd12c0190f64527a320a99cc6df97f6cfca57d7 (patch) | |
tree | 993274c0b4a92ec05ee6b53f8cfbdebab370df8e | |
parent | c09e062096b5cb7750b15ced548f3bf1d14b7c11 (diff) | |
download | mywatch-afd12c0190f64527a320a99cc6df97f6cfca57d7.tar.gz |
README: fixed a typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ user = user2 Sproxy Configuration ==================== -* To access the service allow `GET` for `/`, `/static/%` and `/severlist.json`. +* To access the service allow `GET` for `/`, `/static/%` and `/serverlist.json`. * To see processes on a particular MySQL server allow `GET` and `HEAD` for `/server/:server/processlist.json`. * To kill processes allow `DELETE` for `/server/:server/process/%` |