Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Dec 13, 2015
1 parent 9b74a2c commit 7fc1080
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 @@ -298,8 +298,8 @@ an error is thrown when the property doesn't exist at all.
#### `this` reference
Version 2.3.0 added support for property `this` to refer to the object itself, and to be used in those
cases where the object needs to be formatted as a JSON string:
Version 2.3.0 added support for property `this`, as a reference to the formatting object itself,
so it can be inserted as a JSON-formatted string, alongside its properties.
* `${this}` - inserts the object itself as a JSON-formatted string;
* `${this^}` - inserts the object itself as a raw-text JSON-formatted string.
Expand Down

0 comments on commit 7fc1080

Please sign in to comment.