Update README.rst
authorDaniel Greenfeld <pydanny@users.noreply.github.com>
Tue, 20 May 2014 16:12:18 +0000 (09:12 -0700)
committerDaniel Greenfeld <pydanny@users.noreply.github.com>
Tue, 20 May 2014 16:12:18 +0000 (09:12 -0700)
README.rst

index 78c66915492025860ab161d9dc8f5fa50ae62edf..0d7d12e377e162cab8153885c1120a629f2da08e 100644 (file)
@@ -113,7 +113,7 @@ What if a whole bunch of people want to stay at Boardwalk all at once? This mean
 
     import threading
 
-    from cached_property import cached_property
+    from cached_property import threaded_cached_property
 
     class Monopoly(object):
 
@@ -133,6 +133,8 @@ What if a whole bunch of people want to stay at Boardwalk all at once? This mean
                 self.boardwalk_price += 50
             return self.boardwalk_price
 
+Now use it:
+
 .. code-block:: python
 
     >>> from threading import Thread
@@ -158,4 +160,4 @@ Credits
 * My awesome wife `@audreyr`_ who created `cookiecutter`_, which meant rolling this out took me just 15 minutes.
 
 .. _`@audreyr`: https://github.com/audreyr
-.. _`cookiecutter`: https://github.com/audreyr/cookiecutter
\ No newline at end of file
+.. _`cookiecutter`: https://github.com/audreyr/cookiecutter