diff --git a/README.md b/README.md index 689794c..2bf88d0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,17 @@ [![PyPI version](https://badge.fury.io/py/asyncio-seppuku.svg)](https://badge.fury.io/py/asyncio-seppuku) -sends signal to current pid after specified delay +Sends signal to current pid after specified delay. -## Usage: -See examples/simple.py +Works on Linux (because OS async singals support is required), supports Python 3.3+ (for Python 3.3 need to install asyncio) + +## For what? +idk + +## Installation + +via pip: `pip install ` + +## Usage +See [examples/simple.py](examples/simple.py)