Skip to content

Commit

Permalink
Update languages/ruby/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel García <[email protected]>
  • Loading branch information
milost77 and dani-garcia authored Nov 30, 2023
1 parent 7a0b6fd commit 4221ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require 'bitwarden-sdk'
# then you can initialize BitwardenSettings:
bitwarden_settings = BitwardenSDK::BitwardenSettings.new(
'https://api.bitwarden.com',
'https://identity.bitwarden.com/connect/token'
'https://identity.bitwarden.com'
)

# By passing these setting you can initialize BitwardenClient
Expand Down

0 comments on commit 4221ed3

Please sign in to comment.