Point to tests for more examples
This commit is contained in:
parent
f660be5fd3
commit
8820067a78
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue