diff --git a/README.md b/README.md index c0c3518..1d21108 100755 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ [![Downloads](https://img.shields.io/pypi/dm/django-markdownx.svg)](https://pypi.python.org/pypi/django-markdownx/) [![License](https://img.shields.io/pypi/l/django-markdownx.svg)](https://pypi.python.org/pypi/django-markdownx/) -Django Markdownx is a markdown editor built for Django. - -It is simply an extension of the Django's Textarea widget made for editing Markdown with a live preview and image uploads. It supports uploading images (stored locally in `MEDIA_ROOT` folder! yay!) with drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page. +Django Markdownx is a Markdown editor built for Django. It enables raw editing with a live preview and image uploads (stored locally in `MEDIA_ROOT` folder! yay!) with drag&drop functionality and auto tag insertion. Also, django-markdownx supports multiple editors on one page. Template is highly customizable, so you can easily use i.e. Bootstrap to layout editor pane and preview pane side by side (as in preview animation below). diff --git a/setup.py b/setup.py index c8f8919..e8b52b8 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( version='1.1.3', packages=find_packages(), include_package_data=True, - description='Simple markdown editor (without any shitty UI controls) with image uploads (stored in MEDIA_ROOT folder) and live preview', + description='Django Markdown editor with image uploads (stored in MEDIA_ROOT folder) and live preview.', url='https://github.com/adi-/django-markdownx', author='adi-', author_email='aaadeji@gmail.com',