home · contact · privacy
Update README.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 23 Apr 2017 11:11:38 +0000 (13:11 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 23 Apr 2017 11:11:38 +0000 (13:11 +0200)
README.md

index daeabbebd0934144d0ec1381fc8d683c803175d3..06db7d770679966e447a4a9dee533de5895dee64 100644 (file)
--- 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.