Explorar o código

Update Readme.md

Justin Duke %!s(int64=10) %!d(string=hai) anos
pai
achega
07fb1c82b3
Modificáronse 1 ficheiros con 2 adicións e 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.