Issue 5: typo
Status:  Fixed
Owner: ----
Closed:  Oct 2007
Reported by mand...@gmail.com, Oct 17, 2007

 Index: README.txt
===================================================================
--- README.txt  (revision 13)
+++ README.txt  (working copy)
@@ -35,7 +35,7 @@
 ---------------

    1. Checkout code via SVN into your python path.
-       svn co http://django-forum.googlecode.com/svn/turnk/ forum
+       svn co http://django-forum.googlecode.com/svn/trunk/ forum
    3. Add 'forum' to your INSTALLED_APPS in settings.py
    4. ./manage.py syncdb
    5. Add FORUM_BASE='/forum' to your settings.py (no trailing slash)

Oct 17, 2007
Project Member #1 rwpoul...@gmail.com
Fixed in revision 14, and on the front page of the Google code page. Thanks!
Status: Fixed