Skip to content

Commit af33eb5

Browse files
sudo-teeCopilot
andcommitted
fix: typo in readme
Co-authored-by: Copilot <[email protected]>
1 parent fe3d114 commit af33eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ The plugin provides the following actions that can be triggered via keymaps, com
406406
| Set mode to Build | - | `:Opencode agent build` | `require('opencode.api').agent_build()` |
407407
| Set mode to Plan | - | `:Opencode agent plan` | `require('opencode.api').agent_plan()` |
408408
| Select and switch mode/agent | - | `:Opencode agent select` | `require('opencode.api').select_agent()` |
409-
| Display list of availale mcp servers | - | `:Opencode mcp` | `require('opencode.api').mcp()` |
409+
| Display list of available mcp servers | - | `:Opencode mcp` | `require('opencode.api').mcp()` |
410410
| Run user commands | - | `:Opencode run user_command` | `require('opencode.api').run_user_command()` |
411411
| Share current session and get a link | - | `:Opencode session share` / `/share` | `require('opencode.api').share()` |
412412
| Unshare current session (disable link) | - | `:Opencode session unshare` / `/unshare` | `require('opencode.api').unshare()` |

0 commit comments

Comments
 (0)