Skip to content

Commit

Permalink
chore: Add base url to ts snippet readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk committed Sep 26, 2024
1 parent 7bb1576 commit a1fbd66
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 a1fbd66

Please sign in to comment.