diff --git a/README.rst b/README.rst index 234aad8..820dd34 100644 --- a/README.rst +++ b/README.rst @@ -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) @@ -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 ... )