Skip to content

Commit

Permalink
docs: Update README initialize code block
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa Burroughs committed Jan 14, 2025
1 parent 827bc5c commit 6595b2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ require 'passageidentity'
PassageClient =
Passage::Client.new(
app_id: 'YOUR_PASSAGE_APP_ID',
api_key: 'YOUR_PASSAGE_API_KEY',
auth_strategy: Passage::HEADER_AUTH,
api_key: 'YOUR_PASSAGE_API_KEY'
)
```

Expand Down

0 comments on commit 6595b2c

Please sign in to comment.