From ae0167c8b0b1abfb5f937456bc5a56aea470f8db Mon Sep 17 00:00:00 2001 From: Nir Cohen Date: Fri, 25 Dec 2015 11:50:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae2172b..61a2fdf 100644 --- a/README.md +++ b/README.md @@ -186,4 +186,4 @@ Pull requests are always welcome to deal with specific distributions or just for * Implement a class named (e.g. Runit). See [systemd](https://github.com/nir0s/serv/blob/master/serv/init/systemd.py) as a reference implementation. * Pass the `Base` class which contains some basic parameter declarations and provides a method for generating files from templates to your class (e.g. `from serv.init.base import Base`). * Add the relevant template files to serv/init/templates. The file names should be formatted as: `_.*.j2` (e.g. runit_default.j2). -* In serv/init/__init__.py, import the class you implemented (e.g. `from serv.init.runit import Runit`). +* In `serv/init/__init__.py`, import the class you implemented (e.g. `from serv.init.runit import Runit`).