From d910b2fcbfe35220608a209320958ad9c13917a5 Mon Sep 17 00:00:00 2001 From: mroloux Date: Mon, 9 Nov 2020 12:21:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21ecdac..f07ce0c 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ foreach (var chart in previousPage.Items) ```csharp var client = new SeatsioClient(""); -client.Workspaces.Create("a workspace); +client.Workspaces.Create("a workspace"); ``` ## Error handling