Skip to content

Commit

Permalink
chore: Add base url to ts snippet readme (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk authored Sep 26, 2024
1 parent 7bb1576 commit 719fa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ import type { CreateUserRequest, CreateSessionRequest, SessionSearchQuery } from

const client = new ZepClient({
apiKey: API_KEY,
environment: BASE_URL,
baseUrl: BASE_URL,
});

// A new user identifier
Expand Down

0 comments on commit 719fa0f

Please sign in to comment.