diff --git a/docs/tutorials/todoman.rst b/docs/tutorials/todoman.rst index a1afd0c..ccbefbe 100644 --- a/docs/tutorials/todoman.rst +++ b/docs/tutorials/todoman.rst @@ -48,10 +48,9 @@ instance to subfolders of ``~/.calendar/``. Setting up todoman ================== -Write this to ``~/.config/todoman/todoman.conf``:: +Write this to ``~/.config/todoman/config.py``:: - [main] - path = ~/.calendars/* + path = "~/.calendars/*" The glob_ pattern in ``path`` will match all subfolders in ``~/.calendars/``, which is exactly the tasklists we want. Now you can use ``todoman`` as