Skip to content

Commit

Permalink
Merge pull request #5 from jamesdoherty/readme-typo
Browse files Browse the repository at this point in the history
Add missing apostrophe in README.rst
  • Loading branch information
joke2k committed Jun 11, 2014
2 parents 6df0db1 + f25dbdb commit 64e3642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ After::
SECRET_KEY = env('SECRET_KEY') # Raises ImproperlyConfigured exception if SECRET_KEY not in os.environ

CACHES = {
'default: env.cache(),
'default': env.cache(),
'redis': env.cache('REDIS_URL')
}

Expand Down

0 comments on commit 64e3642

Please sign in to comment.