From cf8ec71e00645ecadf0ffa16688957013f1830d5 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Thu, 22 Dec 2011 22:24:59 -0800 Subject: [PATCH] reST slays me. :( --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 22b891f..3dc86cc 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,4 @@ + ImageKit is a Django app that helps you to add variations of uploaded images to your models. These variations are called "specs" and can include things like different sizes (e.g. thumbnails) and black and white versions. @@ -6,8 +7,8 @@ like different sizes (e.g. thumbnails) and black and white versions. Installation ------------ -1. Install `PIL`_ or `Pillow`_. If you're using `ImageField`s in Django, you - should have already done this. +1. Install `PIL`_ or `Pillow`_. If you're using an ``ImageField`` in Django, + you should have already done this. 2. ``pip install django-imagekit`` (or clone the source and put the imagekit module on your path) 3. Add ``'imagekit'`` to your ``INSTALLED_APPS`` list in your project's settings.py