Skip to content

Commit 7effff5

Browse files
authored
fix: spelling, grammar and typos (#121)
1 parent e30fba0 commit 7effff5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AI coding agent, built for the terminal.
44

5-
⚠️ **Note:** version 0.1.x is a full rewrite and we do not have proper documentation for it yet. Should have this out week of June 17th 2025 📚
5+
⚠️ **Note:** version 0.1.x is a full rewrite, and we do not have proper documentation for it yet. Should have this out week of June 17th 2025 📚
66

77
### Installation
88

@@ -20,9 +20,9 @@ paru -S opencode-bin # Arch Linux
2020
2121
### Providers
2222

23-
The recommended approach is to sign up for claude pro or max and do `opencode auth login` and select Anthropic. It is the most cost effective way to use this tool.
23+
The recommended approach is to sign up for claude pro or max and do `opencode auth login` and select Anthropic. It is the most cost-effective way to use this tool.
2424

25-
Additionally opencode is powered by the provider list at [models.dev](https://models.dev) so you can use `opencode auth login` to configure api keys for any provider you'd like to use. This is stored in `~/.local/share/opencode/auth.json`
25+
Additionally, opencode is powered by the provider list at [models.dev](https://models.dev) so you can use `opencode auth login` to configure api keys for any provider you'd like to use. This is stored in `~/.local/share/opencode/auth.json`
2626

2727
```bash
2828
$ opencode auth login
@@ -47,7 +47,7 @@ If there are additional providers you want to use you can submit a PR to the [mo
4747

4848
### Project Config
4949

50-
Project configuration is optional. You can place an `opencode.json` file in the root of your repo and it will be loaded.
50+
Project configuration is optional. You can place an `opencode.json` file in the root of your repo, and it will be loaded.
5151

5252
```json title="opencode.json"
5353
{
@@ -118,7 +118,7 @@ $ bun run src/index.ts
118118

119119
#### How do I use this with OpenRouter
120120

121-
OpenRouter is not yet in the models.dev database but you can configure it manually.
121+
OpenRouter is not yet in the models.dev database, but you can configure it manually.
122122

123123
```json title="opencode.json"
124124
{

0 commit comments

Comments
 (0)