From da1377f0f9a125b7dc4bf9bd9a7e52cbeec6fb5f Mon Sep 17 00:00:00 2001 From: Jade Westover <42981520+Jahdeh@users.noreply.github.com> Date: Wed, 8 May 2024 13:07:01 -0700 Subject: [PATCH] Update README.rst Forgot a comma in code example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2dd0aa3..f7b0c4f 100644 --- a/README.rst +++ b/README.rst @@ -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)