Browse Source

Merge pull request #498 from win32re/patch-1

Update README.rst
Rafał Pitoń 10 years ago
parent
commit
70bce14212
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.rst

+ 1 - 1
README.rst

@@ -55,7 +55,7 @@ Finally start development server using "runserver" command::
     python manage.py runserver
 
 
-If nothing is wrong with your setup, Django developer server will start, enabling you to visit 127.0.0.1:8000 in your browser and see (incomplete) forum index.
+If nothing is wrong with your setup, Django developer server will start, enabling you to visit 127.0.0.1:8000 in your browser and see the (incomplete) forum index.
 
 
 Frontend