AUTHENTICATION.md in google-iam-v1beta-0.3.2 vs AUTHENTICATION.md in google-iam-v1beta-0.3.3

- old
+ new

@@ -80,21 +80,21 @@ client = ::Google::Iam::V1beta::WorkloadIdentityPools::Client.new ``` ### Configuration -The **Credentials JSON** can be configured instead of placing them in -environment variables. Either on an individual client initialization: +The path to the **Credentials JSON** file can be configured instead of storing +it in an environment variable. Either on an individual client initialization: ```ruby require "google/iam/v1beta" client = ::Google::Iam::V1beta::WorkloadIdentityPools::Client.new do |config| config.credentials = "path/to/keyfile.json" end ``` -Or configured globally for all clients: +Or globally for all clients: ```ruby require "google/iam/v1beta" ::Google::Iam::V1beta::WorkloadIdentityPools::Client.configure do |config|