Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa Burroughs committed Jan 14, 2025
1 parent 6595b2c commit f9bae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ require 'passageidentity'
```ruby
PassageClient =
Passage::Client.new(
app_id: 'YOUR_PASSAGE_APP_ID',
api_key: 'YOUR_PASSAGE_API_KEY'
app_id: ENV.fetch('PASSAGE_APP_ID'),
api_key: ENV.fetch('PASSAGE_API_KEY')
)
```

Expand Down

0 comments on commit f9bae02

Please sign in to comment.