Skip to content

Commit 5584b37

Browse files
committed
Fix code formatting in README.
Make sure that Python code in README shows up properly.
1 parent a6d219c commit 5584b37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ Usage
7373

7474
1. Run ``pip install django-redis-cache``.
7575

76-
2. Modify your Django settings to use ``redis_cache`` :
76+
2. Modify your Django settings to use ``redis_cache``.
77+
78+
.. code:: python
7779
7880
# When using TCP connections
7981
CACHES = {

0 commit comments

Comments
 (0)