diff --git a/README.md b/README.md
index 6d6d09f..ad37578 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,4 @@ Pretty basic profiling tool for JVM's
* #invocations
* total execution time for the method in nanoseconds (this is also the sorting order)
* average time in nanoseconds per method (= total/#invocations)
+* The server starts on port 2048 by default. Use -Dperfix.port=... to adjust.