From 13d697f35c975ceeca5fe8f859449530b681a60a Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 23 Apr 2017 13:11:38 +0200
Subject: [PATCH] Update README.

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index daeabbe..06db7d7 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,8 @@ dialogue:
 The following commands can be sent from client to server:
 
 * `QUIT` – closes the connection
-* `FIB` followed by positive integers; for each such integer n, calculates the
-  n-th Fibonacci number (this allows for testing parallel CPU-heavy computation)
+* `FIB` followed by positive integers (all tokens separated by ` `; for each
+  such integer n, calculates th nn-th Fibonacci number (this allows for testing
+  parallel CPU-heavy computation)
 
 See `./requirements.txt` for the dependencies.
-- 
2.30.2