Skip to content

Commit

Permalink
Merge pull request #76 from martenson/patch-1
Browse files Browse the repository at this point in the history
fix typos in tutorial
  • Loading branch information
mgaitan committed Mar 13, 2015
2 parents 471cd7a + 08f7d2a commit 00885ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ At a glance, Waliki has these features:
- Markdown or reStructuredText support. Easy to add more.
- A simple ACL system
- Per page attachments
- Realtime collaborative edition via togheterJS
- Realtime collaborative edition via togetherJS
- UI based on Bootstrap 3 and CodeMirror.
- Works with Python 2.7, 3.3, 3.4 or PyPy in Django 1.5 or newer (including 1.8b1)

Expand All @@ -62,7 +62,7 @@ Add ``waliki`` and the optionals plugins to your INSTALLED_APPS::
'waliki.attachments', # optional but recommended
'waliki.pdf', # optional
'waliki.slides', # optional
'waliki.togheterjs', # optional
'waliki.togetherjs', # optional
...
)

Expand Down

0 comments on commit 00885ac

Please sign in to comment.