Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 92be6d0

Browse files
committed
Correct a typo on install instructions in README.rst.
Pointer by Mike Freedman
1 parent 70c4aad commit 92be6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installation
1515
directory to your Python path.
1616
#. Add ``"last_seen"`` to the ``INSTALLED_APPS`` tuple found in your settings
1717
file.
18-
#. Add 'last_seen.middleware.LastSeenMiddleWare' to MIDDLEWARE_CLASSES tuple
18+
#. Add 'last_seen.middleware.LastSeenMiddleware' to MIDDLEWARE_CLASSES tuple
1919
found in your settings file.
2020
#. Run ``manage.py syncdb`` to create the new tables
2121

0 commit comments

Comments
 (0)