From 48d46f8c31617bf71a55638c80f3a1bbf7474061 Mon Sep 17 00:00:00 2001 From: Florent Lebreton Date: Fri, 13 Sep 2013 12:23:53 +0200 Subject: [PATCH] Fix README --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2ecf9a8..6d59eb4 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,11 @@ django-jsignature ================== -A simple way to use jSignature jQuery plugin in your Django projects. +A simple way to use `jSignature jQuery plugin `_ in your `Django `_ projects. It provides: -- A form field and a form widget to handle jquery plugin through a Django form -- A model field to store a captured signature -- A mixin adding two fields (signature / signature_date) in any of your Django models + +* A form field and a form widget to handle jquery plugin through a Django form; +* A model field to store a captured signature; +* A mixin adding two fields (signature / signature_date) in any of your Django models;