Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Forgot a comma in code example
  • Loading branch information
Jahdeh committed May 8, 2024
1 parent 296e9ff commit da1377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Using Oauth
key: app_key,
assertion_private_key: 'your_private_key',
scopes: ['psh', 'chn'], # Optional
ip_addresses: ['23.74.131.15/22'] # Optional
ip_addresses: ['23.74.131.15/22'], # Optional
oauth_server: 'api.asnapieu.com' # Optional
)
airship = UA::Client.new(key: app_key, oauth: oauth)
Expand Down

0 comments on commit da1377f

Please sign in to comment.