Skip to content

Commit

Permalink
Correct from_json example to use correct destination format
Browse files Browse the repository at this point in the history
The `from_json` -> `yaml` example is corrected from `toml` to `yaml`.
  • Loading branch information
iliekturtles authored and davidB committed May 4, 2023
1 parent 8393a55 commit 0e60d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ hello = "1.2.3"
}</code></pre></td>
</tr>
<tr>
<td><pre><code>{{#from_json format="toml"}}
<td><pre><code>{{#from_json format="yaml"}}
{"foo":{"bar":{"baz":true}}}
{{/from_json}}</code></pre>
</td>
Expand Down

0 comments on commit 0e60d86

Please sign in to comment.