diff --git a/README.rst b/README.rst index 98154f5..900427b 100644 --- a/README.rst +++ b/README.rst @@ -170,7 +170,7 @@ As all the styles are loaded in the urlconf, the latter two does not allow to ha beneath the page the blog is attached to. If you want to do this, you have to override the default urlconfs by setting somethik like the following in the project settings:: - BLOG_PERMALINKS_URLS = { + BLOG_PERMALINK_URLS = { 'full_date': r'^(?P\d{4})/(?P\d{1,2})/(?P\d{1,2})/(?P\w[-\w]*)/$', 'short_date': r'^(?P\d{4})/(?P\d{1,2})/(?P\w[-\w]*)/$', 'category': r'^post/(?P\w[-\w]*)/(?P\w[-\w]*)/$',