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

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 06db7d7..b65f327 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ dialogue:
 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
+* `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)
 
-- 
2.30.2