We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c3118 commit f45b9d4Copy full SHA for f45b9d4
1 file changed
README.md
@@ -26,12 +26,12 @@ You can find your auth keys and app IDs on the Account Management page when
26
you're logged into OneSignal. With those at hand, you can create a client.
27
28
```ruby
29
-client = OneSignal::Client.new((auth_token: 'AUTH_TOKEN', app_id: 'APP_ID')
+client = OneSignal::Client.new(auth_token: 'AUTH_TOKEN', app_id: 'APP_ID')
30
```
31
32
### Design
33
34
-This gem follows a strict design of resoures as methods on your client. For
+This gem follows a strict design of resources as methods on your client. For
35
examples, for apps, you will call your client like this:
36
37
0 commit comments