Skip to content

Commit f45b9d4

Browse files
committed
fixup readme typos
1 parent 31c3118 commit f45b9d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ You can find your auth keys and app IDs on the Account Management page when
2626
you're logged into OneSignal. With those at hand, you can create a client.
2727

2828
```ruby
29-
client = OneSignal::Client.new((auth_token: 'AUTH_TOKEN', app_id: 'APP_ID')
29+
client = OneSignal::Client.new(auth_token: 'AUTH_TOKEN', app_id: 'APP_ID')
3030
```
3131

3232
### Design
3333

34-
This gem follows a strict design of resoures as methods on your client. For
34+
This gem follows a strict design of resources as methods on your client. For
3535
examples, for apps, you will call your client like this:
3636

3737
```ruby

0 commit comments

Comments
 (0)