X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=README.md;h=b65f327805da2c2af0fbcdbd759c3c58714a7815;hb=47dc6843988096102d5424d00c0e411a608792e2;hp=daeabbebd0934144d0ec1381fc8d683c803175d3;hpb=3856f339559845bb8428d553d7f0159a2b9e0c20;p=plomrogue2-experiments diff --git a/README.md b/README.md index daeabbe..b65f327 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.