diff options
| author | Pierre B. <[email protected]> | 2025-06-15 13:23:18 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-15 14:23:18 -0500 |
| commit | 7effff56c0305965ca9bea56c3165c5d02f5d2eb (patch) | |
| tree | f8a7cf00e49fa9105d4a54f48cf1d6c78d113fdd | |
| parent | e30fba0d3cbf0a92d3dd1c51e051e9325a58013e (diff) | |
| download | opencode-7effff56c0305965ca9bea56c3165c5d02f5d2eb.tar.gz opencode-7effff56c0305965ca9bea56c3165c5d02f5d2eb.zip | |
fix: spelling, grammar and typos (#121)
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,7 +2,7 @@ AI coding agent, built for the terminal. -⚠️ **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 📚 +⚠️ **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 📚 ### Installation @@ -20,9 +20,9 @@ paru -S opencode-bin # Arch Linux ### Providers -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. +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. -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` +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` ```bash $ opencode auth login @@ -47,7 +47,7 @@ If there are additional providers you want to use you can submit a PR to the [mo ### Project Config -Project configuration is optional. You can place an `opencode.json` file in the root of your repo and it will be loaded. +Project configuration is optional. You can place an `opencode.json` file in the root of your repo, and it will be loaded. ```json title="opencode.json" { @@ -118,7 +118,7 @@ $ bun run src/index.ts #### How do I use this with OpenRouter -OpenRouter is not yet in the models.dev database but you can configure it manually. +OpenRouter is not yet in the models.dev database, but you can configure it manually. ```json title="opencode.json" { |
