From 8820067a7818819d025c9af484a2e49ff7ed3b3c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 8 Dec 2018 14:50:04 +0000 Subject: [PATCH] Point to tests for more examples --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3c4aae..89ecca9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Simple Inter-Process Communication using unix sockets for Python. - ## Examples +For some more concrete examples, check out the `tests/` directory. + ### Call / Response ```python