You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/src/content/docs/docs/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ With opencode you can use any LLM provider by configuring their API keys.
86
86
87
87
We recommend signing up for [Claude Pro](https://www.anthropic.com/news/claude-pro) or [Max](https://www.anthropic.com/max), it's the most cost-effective way to use opencode.
88
88
89
-
Once you've singed up, run `opencode auth login` and select Anthropic.
89
+
Once you've signed up, run `opencode auth login` and select Anthropic.
90
90
91
91
```bash
92
92
$ opencode auth login
@@ -105,7 +105,7 @@ $ opencode auth login
105
105
└
106
106
```
107
107
108
-
Alternatively, you can select one of the other providers and adding their API keys.
108
+
Alternatively, you can select one of the other providers and add their API keys.
109
109
110
110
---
111
111
@@ -257,7 +257,7 @@ team](/docs/share).
257
257
/share
258
258
```
259
259
260
-
This'll create a link to the current conversation and copy it to your clipboard.
260
+
This will create a link to the current conversation and copy it to your clipboard.
0 commit comments