Skip to content

Commit

Permalink
Corrected template documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 15, 2014
1 parent 2377e74 commit 7069391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7069391

Please sign in to comment.