Skip to content

Commit 5f93c06

Browse files
authored
Merge pull request #30 from jmoswalt/patch-1
Add missing colon in OPTIONS in example code
2 parents 3de49dc + 44348a8 commit 5f93c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Your cache backend should look something like this::
3636
'default': {
3737
'BACKEND': 'django_elasticache.memcached.ElastiCache',
3838
'LOCATION': 'cache-c.draaaf.cfg.use1.cache.amazonaws.com:11211',
39-
'OPTIONS' {
39+
'OPTIONS': {
4040
'IGNORE_CLUSTER_ERRORS': [True,False],
4141
},
4242
}

0 commit comments

Comments
 (0)