Skip to content

Commit 8e715d9

Browse files
committed
add 'require' line to README
1 parent 6d71781 commit 8e715d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ by your Google Client ID and a specific set of Google Account IDs:
5252

5353
- In your Ruby code, construct an `Aws::Google` object by passing in the AWS role, client id and client secret:
5454
```ruby
55+
require 'aws/google'
56+
5557
aws_role = 'arn:aws:iam::[AccountID]:role/[Role]'
5658
client_id = '123456789012-abcdefghijklmnopqrstuvwzyz0123456.apps.googleusercontent.com'
5759
client_secret = '01234567890abcdefghijklmn'

0 commit comments

Comments
 (0)