home · contact · privacy
Fix README.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 3 Dec 2018 21:19:28 +0000 (22:19 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 3 Dec 2018 21:19:28 +0000 (22:19 +0100)
README.md

index e5301c4731d980c836d142eb85662876ca925f74..0fd568fd014bc0de07c83d97335a855938b4c26a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,13 +19,4 @@ dialogue:
 * `./client.py`
 * `./server.py`
 
-The following commands can be sent from client to server:
-
-* `QUIT` – closes the connection
-* `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)
-
-Additionally, the server regularly sends a counter state to the client.
-
 See `./requirements.txt` for the dependencies.