Skip to content

Commit 8416379

Browse files
author
Felix
authored
fix mismatch with cli commands. (#199)
While reviewing your documentation and working with Iroh, I noticed a few minor discrepancies between the documentation and the actual CLI commands. These differences are likely due to changes introduced in this n0-computer/iroh#2522.
1 parent 0ff9c11 commit 8416379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/docs/quickstart/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Next, let's create a document. Again we'll use the `--switch` the flag to use th
5959

6060
<CodeGroup tag="CONSOLE">
6161
```text
62-
> docs new --switch
62+
> docs create --switch
6363
x5qffedimrovdpsr3andm3hdjo6g2nlaqstdm6oe3utblxsdh3eq
6464
Active doc is now x5qffedimrovdpsr
6565
@@ -77,7 +77,7 @@ author:fhu3uk4wc2hl2e45 doc:x5qffedimrovdpsr
7777
6lujp3wx2idm3bk5iqkzr6ssdk6hlkuwsu7jpqbqzfqsymgbfe6q
7878
7979
author:fhu3uk4wc2hl2e45 doc:x5qffedimrovdpsr
80-
> doc get foo
80+
> docs get foo
8181
@fhu3uk4wc2hl2e45: foo = "bar" (3 B)
8282
```
8383
</CodeGroup>
@@ -131,7 +131,7 @@ Now we can join the document from `Node B`, pasting in the value of the ticket w
131131

132132
<CodeGroup tag="CONSOLE" title="Node B">
133133
```text
134-
> authors new --switch
134+
> authors create --switch
135135
ksdx5fs4kwjmoaca2bod3z62vsm7ny42vubfxpczyr34trjvxp6q
136136
Active author is now ksdx5fs4kwjmoaca
137137

0 commit comments

Comments
 (0)