Browse Source

Fix formatting in always_modified ReadMe

Justin Mayer 8 years ago
parent
commit
f8828bf0e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      always_modified/README.md

+ 1 - 1
always_modified/README.md

@@ -7,7 +7,7 @@ metadata. This plugin facilitates that sorting by assuming the modified date
 
 ## Usage
 
-1. Add ALWAYS_MODIFIED = True to your settings file.
+1. Add `ALWAYS_MODIFIED = True` to your settings file.
 2. Now you can sort by modified date in your templates:
 
     {% for article in articles|sort(reverse=True,attribute='modified') %}