From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 3 Dec 2018 21:19:28 +0000 (+0100)
Subject: Fix README.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/%7B%7Bdb.prefix%7D%7D/static/gitweb.js?a=commitdiff_plain;h=3d8867c479b3eb2d895b6ffed74b872012727cc2;p=plomrogue2-experiments

Fix README.
---

diff --git a/README.md b/README.md
index e5301c4..0fd568f 100644
--- 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.