From 5966e60a53e9de7ea588bcef4dc57b2ead7ab847 Mon Sep 17 00:00:00 2001 From: Rom Date: Sun, 10 Mar 2024 12:50:00 +0200 Subject: [PATCH] test --- packages/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/README.md b/packages/api/README.md index 9985121..cb8c167 100644 --- a/packages/api/README.md +++ b/packages/api/README.md @@ -64,7 +64,7 @@ const { boards } = await client.query<{ ### Using the types -The package exports all the types used by the SDK, so you can use them in your code. +The package exports all the types used by the SDK, so you can use them in your code ```typescript import { User } from '@mondaydotcomorg/api';