Skip to content

Commit

Permalink
quick docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwaysBCoding committed Jan 12, 2024
1 parent 1b20d57 commit 3283f84
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ const client = new TurnkeyClient(
);

// Now you can make authenticated requests!
const data = await TurnkeyApi.getWhoami({
body: {
organizationId: "...",
},
const data = await client.getWhoami({
organizationId: "<Your organization id>"
});
```

Expand Down

0 comments on commit 3283f84

Please sign in to comment.