From 467defc4863dca9a0d3d5f23708ad35262a9c606 Mon Sep 17 00:00:00 2001 From: frelodev Date: Sun, 27 Oct 2024 22:41:29 +0100 Subject: [PATCH] chore: changed args order in inviteToWorkspace docs in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2313d2f..7f5135b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ once connected, more commands become available: | `codemp.listWorkspaces` | list all workspaces available to join | | `codemp.activeWorkspaces` | list all workspaces currently active | | `codemp.leaveWorkspace ` | leave a currently active workspace | -| `codemp.inviteToWorkspace ` | invite a remote user to a workspace you own | +| `codemp.inviteToWorkspace ` | invite a remote user to a workspace you own | after a workspace is joined, more commands become available: