소스 검색

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') %}