Explorar el Código

Update Readme.md

Justin Duke hace 10 años
padre
commit
07fb1c82b3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      feed_summary/Readme.md

+ 2 - 2
feed_summary/Readme.md

@@ -14,9 +14,9 @@ To use this plugin, ensure the following are set in your `pelicanconf.py` file:
     PLUGINS = [
 		'feed_summary',
 		]
-    'FEED_USE_SUMMARY' = True
+    FEED_USE_SUMMARY = True
 
-The default value of `'FEED_USE_SUMMARY'` is `False`, so it must be set to `True` to enable the plugin, even if it is loaded.
+The default value of `FEED_USE_SUMMARY` is `False`, so it must be set to `True` to enable the plugin, even if it is loaded.
 
 This plugin is written for pelican 3.3 and later.