Skip to content

Commit 8e45409

Browse files
raymond-lamphillipj
authored andcommitted
Update README.md to reflect correct caching behavior
1 parent 7845848 commit 8e45409

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,17 +504,12 @@ Custom delimiters can be used in place of `{{` and `}}` by setting the new value
504504
505505
#### Setting in JavaScript
506506
507-
The `Mustache.tags` property holds an array consisting of the opening and closing tag values. Set custom values by passing a new array of tags to `parse()`, which gets honored over the default values, or by overriding the `tags` property itself:
507+
The `Mustache.tags` property holds an array consisting of the opening and closing tag values. Set custom values by setting this property.
508508
509509
```js
510510
var customTags = [ '<%', '%>' ];
511511
```
512512
513-
##### Pass Value into Parse Method
514-
```js
515-
Mustache.parse(template, customTags);
516-
```
517-
518513
##### Override Tags Property
519514
```js
520515
Mustache.tags = customTags;

0 commit comments

Comments
 (0)