From e59c75c423861e1b35bdab15a4430be9c49441bd Mon Sep 17 00:00:00 2001 From: 117 <16513382+117@users.noreply.github.com> Date: Sun, 24 Mar 2024 04:39:31 -0600 Subject: [PATCH] Remove unused code --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f720096..a8b2e42 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,7 @@ const client = createClient({ // ... }); -// The types will be inferred for you, by method and endpoint -const account = await client.call("GET", "/v2/account"); - -console.log(account); +// not ready // { // "id": "e6f8f4f3-3b6b-4b2f-8b2e-4b0e3b3d3e3e",