Skip to content

Commit 9b61d50

Browse files
Fixes name of database in example tutorial
1 parent 2bae209 commit 9b61d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,15 @@ <h3 id="_pgo_create_cluster">pgo create cluster</h3>
307307
</div>
308308
<div class="literalblock">
309309
<div class="content">
310-
<pre>pgo show cluster mydatabase</pre>
310+
<pre>pgo show cluster mycluster</pre>
311311
</div>
312312
</div>
313313
<div class="paragraph">
314314
<p>Also, if you like to see JSON formatted output, add the <strong>-o json</strong> flag -</p>
315315
</div>
316316
<div class="literalblock">
317317
<div class="content">
318-
<pre>pgo show cluster mydatabase -o json</pre>
318+
<pre>pgo show cluster mycluster -o json</pre>
319319
</div>
320320
</div>
321321
<div class="paragraph">

0 commit comments

Comments
 (0)