aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4e3cb41..bc2799d 100644
--- a/README.md
+++ b/README.md
@@ -69,8 +69,9 @@ Sproxy Configuration
====================
* 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 see processes on a particular MySQL server allow `GET` and (optional)
+ `HEAD` for `/server/:server/processlist.json`. The latter is only required with
+ Sproxy2 before version 1.95.0
* To kill processes allow `DELETE` for `/server/:server/process/%`