Update README.rst

This commit is contained in:
Ahmet Bakan 2015-03-27 13:16:15 -07:00
parent c986655a18
commit 31ccfd7e7c

View file

@ -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 <http://ablog.readthedocs.org>`_
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