Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mismatch with cli commands. #199

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading