瀏覽代碼

Fix formatting in always_modified ReadMe

Justin Mayer 9 年之前
父節點
當前提交
f8828bf0e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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') %}