From 70220739e9631d14f509c112ae2d85322d5ddc04 Mon Sep 17 00:00:00 2001 From: Rhys Elsmore Date: Sat, 6 Jul 2013 10:43:20 +1000 Subject: [PATCH] Fixed error in README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 80c2da2..4d4417a 100644 --- a/README.rst +++ b/README.rst @@ -57,6 +57,8 @@ or you are able to declare the following REDIS_PORT = 6379 REDIS_DATABASE = 5 +To create the redis instance within your application + .. code-block:: python from flask import Flask