diff --git a/README.rst b/README.rst index 70b0d94..3704d9a 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ website project into a full-fledged blog with: * `Font-Awesome integration`_ Looking for an example? Take a look at `ABlog documentation `_ -where each manual and release is a blog post ;) +where each manual page and release note is a blog post ;) .. _Atom feeds: http://ablog.readthedocs.org/blog/atom.xml .. _Archive pages: http://ablog.readthedocs.org/blog/ @@ -46,13 +46,13 @@ If you already have a project, enable blogging by making following changes in `` .. code-block:: python - # 1. Append 'ablog' to list of extensions + # 1. Add 'ablog' to list of extensions extensions = [ '...', 'ablog' ] - # 2. Append templates path to `ablog.templates_path()` + # 2. Add ablog templates path import ablog # 2a. if `templates_path` is not defined