From 44f982d689c4ffd5db4df885a3837c78ada382bf Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Mon, 22 Apr 2024 22:59:29 -0700 Subject: [PATCH] doc: README fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b533429..d44c1c2 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ Execute ```bash poetry build ``` -If the build is successful, the following command should succeed and output the current version of Pantograph. +To run server tests: ``` bash python -m pantograph.server ``` +The tests in `pantograph/server.py` also serve as simple interaction examples