Skip to content

Commit da1377f

Browse files
authored
Update README.rst
Forgot a comma in code example
1 parent 296e9ff commit da1377f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Using Oauth
207207
key: app_key,
208208
assertion_private_key: 'your_private_key',
209209
scopes: ['psh', 'chn'], # Optional
210-
ip_addresses: ['23.74.131.15/22'] # Optional
210+
ip_addresses: ['23.74.131.15/22'], # Optional
211211
oauth_server: 'api.asnapieu.com' # Optional
212212
)
213213
airship = UA::Client.new(key: app_key, oauth: oauth)

0 commit comments

Comments
 (0)