diff --git a/README.rst b/README.rst index 2b1c0f5..f32215a 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,12 @@ Decorators support both regular functions for synchronous code and `asyncio `__'s coroutines for asynchronous code. +Installation +============ +:: + + pip install backoff + Examples ========