瀏覽代碼

Corrected template documentation

Kartik Visweswaran 11 年之前
父節點
當前提交
7069391653
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -198,7 +198,7 @@ files passed in `initialPreview`.
 #### captionTemplate
 _string_ the template used to render the caption. The following template variables will be parsed:
 
-- `{class}`: any additional CSS class to append to the caption container.
+- `{class}`: the `captionClass` property.
 
 The `captionTemplate` if not set will default to:
 ```html
@@ -210,7 +210,7 @@ The `captionTemplate` if not set will default to:
 #### previewTemplate
 _string_ the template used to render the preview. The following template variables will be parsed:
 
-- `{class}`: any additional CSS class to append to the preview container.
+- `{class}`: the `previewClass` property.
 
 The `previewTemplate` if not set will default to:
 ```html