From f9bae0280c20b09b150a8a637667e81cf49cd270 Mon Sep 17 00:00:00 2001 From: Vanessa Burroughs Date: Tue, 14 Jan 2025 11:18:09 -0600 Subject: [PATCH] docs: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c812e0a..589ff49 100644 --- a/README.md +++ b/README.md @@ -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') ) ```