Skip to content

Commit 3e2cd64

Browse files
fshabirsparkprime
authored andcommitted
Update yaml generation on getting_started.html
Fix yaml stream generation command line in the docs
1 parent e6df886 commit 3e2cd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/learning/getting_started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h3 id="stream">YAML Stream Output</h3>
202202
separated by <tt>---</tt> and terminated with <tt>...</tt>. Any YAML parser <i>should</i>
203203
interpret this as a YAML stream (people have reported broken parsers, so try it out first).
204204
</p>
205-
<pre>$ jsonnet -y . yaml_stream.jsonnet
205+
<pre>$ jsonnet -y yaml_stream.jsonnet
206206
---
207207
{
208208
"x": 1,

0 commit comments

Comments
 (0)