Explorar o código

Merge pull request #266 from mlissner/patch-1

Updates PLUGIN_PATH to PLUGIN_PATHS
Kura %!s(int64=10) %!d(string=hai) anos
pai
achega
53829a6fae
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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']