From 9e3011153a575a2d7df0df7c3b056864818366e7 Mon Sep 17 00:00:00 2001 From: Geebz Date: Mon, 31 Oct 2016 09:03:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee2f005..52bd209 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ visit https://github.com/zokis/django-bootstrap-datetimepicker Install -------------------------------- +-------------------------------- * Run `pip install django-bootstrap3-datetimepicker` * Add `'bootstrap3_datetime'` to your `INSTALLED_APPS` Example --------------------------------- +--------------------------------- ###### forms.py from bootstrap3_datetime.widgets import DateTimePicker