Skip to content

Commit

Permalink
fix mismatch with cli commands. (#199)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
felixgborrego committed Sep 16, 2024
1 parent 0ff9c11 commit 8416379
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/docs/quickstart/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Next, let's create a document. Again we'll use the `--switch` the flag to use th

<CodeGroup tag="CONSOLE">
```text
> docs new --switch
> docs create --switch
x5qffedimrovdpsr3andm3hdjo6g2nlaqstdm6oe3utblxsdh3eq
Active doc is now x5qffedimrovdpsr
Expand All @@ -77,7 +77,7 @@ author:fhu3uk4wc2hl2e45 doc:x5qffedimrovdpsr
6lujp3wx2idm3bk5iqkzr6ssdk6hlkuwsu7jpqbqzfqsymgbfe6q
author:fhu3uk4wc2hl2e45 doc:x5qffedimrovdpsr
> doc get foo
> docs get foo
@fhu3uk4wc2hl2e45: foo = "bar" (3 B)
```
</CodeGroup>
Expand Down Expand Up @@ -131,7 +131,7 @@ Now we can join the document from `Node B`, pasting in the value of the ticket w

<CodeGroup tag="CONSOLE" title="Node B">
```text
> authors new --switch
> authors create --switch
ksdx5fs4kwjmoaca2bod3z62vsm7ny42vubfxpczyr34trjvxp6q
Active author is now ksdx5fs4kwjmoaca
Expand Down

0 comments on commit 8416379

Please sign in to comment.