Update README.rst

This commit is contained in:
Ilya Otyutskiy 2015-11-02 22:23:45 +03:00
parent a7263ab73a
commit 34491f91fc
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ It is tested under following Python versions:
- 2.7
- 3.3
- 3.4
- 3.5
Installation
------------
@ -79,4 +80,4 @@ For example:
logger.debug("Test")
daemon = Daemonize(app="test_app", pid=pid, action=main, keep_fds=keep_fds)
daemon.start()
daemon.start()