Skip to content

Commit 3bd0ae4

Browse files
sudo-teeCopilot
andauthored
fix: typo in readme
Co-authored-by: Copilot <[email protected]>
1 parent 5848fc9 commit 3bd0ae4

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
@@ -403,7 +403,7 @@ The plugin provides the following actions that can be triggered via keymaps, com
403403
| Set mode to Build | - | `:Opencode agent build` | `require('opencode.api').agent_build()` |
404404
| Set mode to Plan | - | `:Opencode agent plan` | `require('opencode.api').agent_plan()` |
405405
| Select and switch mode/agent | - | `:Opencode agent select` | `require('opencode.api').select_agent()` |
406-
| Display list of availale mcp servers | - | `:Opencode mcp` | `require('opencode.api').mcp()` |
406+
| Display list of available mcp servers | - | `:Opencode mcp` | `require('opencode.api').mcp()` |
407407
| Run user commands | - | `:Opencode run user_command` | `require('opencode.api').run_user_command()` |
408408
| Share current session and get a link | - | `:Opencode session share` / `/share` | `require('opencode.api').share()` |
409409
| Unshare current session (disable link) | - | `:Opencode session unshare` / `/unshare` | `require('opencode.api').unshare()` |

0 commit comments

Comments
 (0)