Browse Source

Merge pull request #266 from mlissner/patch-1

Updates PLUGIN_PATH to PLUGIN_PATHS
Kura 10 years ago
parent
commit
53829a6fae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Readme.rst

+ 2 - 2
Readme.rst

@@ -18,9 +18,9 @@ and activating the ones you want in your settings file::
     PLUGIN_PATHS = ['path/to/pelican-plugins']
     PLUGINS = ['assets', 'sitemap', 'gravatar']
 
-``PLUGIN_PATH`` can be a path relative to your settings file or an absolute path.
+``PLUGIN_PATHS`` can be a path relative to your settings file or an absolute path.
 
-Alternatively, if plugins are in an importable path, you can omit ``PLUGIN_PATH``
+Alternatively, if plugins are in an importable path, you can omit ``PLUGIN_PATHS``
 and list them::
 
     PLUGINS = ['assets', 'sitemap', 'gravatar']