Skip to content

Commit

Permalink
docs: Update README initialize code block (#167)
Browse files Browse the repository at this point in the history
* docs: update README

---------

Co-authored-by: Vanessa Burroughs <[email protected]>
  • Loading branch information
vanessa-passage and Vanessa Burroughs authored Jan 14, 2025
1 parent 827bc5c commit 01e5863
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ require 'passageidentity'
```ruby
PassageClient =
Passage::Client.new(
app_id: 'YOUR_PASSAGE_APP_ID',
api_key: 'YOUR_PASSAGE_API_KEY',
auth_strategy: Passage::HEADER_AUTH,
app_id: ENV.fetch('PASSAGE_APP_ID'),
api_key: ENV.fetch('PASSAGE_API_KEY')
)
```

Expand Down

0 comments on commit 01e5863

Please sign in to comment.