瀏覽代碼

adds instruction to w3c_validate

adds a simple instruction message. useful for neophytes who might confuse w3c_validate vs wc3_validate from the `wc3_validate.py` file vs the plugin name.
Tommy 9 年之前
父節點
當前提交
37384bd777
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      w3c_validate/README.md

+ 4 - 0
w3c_validate/README.md

@@ -22,6 +22,10 @@ validated.
 * [py_w3c](https://pypi.python.org/pypi/py_w3c/0.1.0), which can be installed with pip:
 
     $ pip install py_w3c
+    
+## Instructions
+
+Add `w3c_validate` to your config file's plugins after installing dependencies - `PLUGINS = ['w3c_validate']`
 
 ## TODO