From 6584dd85b419165686914958dc718604c9f07cd3 Mon Sep 17 00:00:00 2001 From: big-c-note Date: Sat, 4 Jul 2020 01:46:51 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b1510e3..932b40ae 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ poker_ai play You'll create a results.yaml file in ~/.poker/. So be sure to see how you stack up against your bot. -##Running tests +## Running tests We are working hard on testing our components, but contributions here are always welcome. You can run the tests by cloning the code, changing directory to this repositories root directory (i.e `poker_ai/`) and call the python test library `pytest`: ```bash