README.md in onfido-1.1.0 vs README.md in onfido-1.1.1
- old
+ new
@@ -14,11 +14,11 @@
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'onfido', '~> 1.1.0'
+gem 'onfido', '~> 1.1.1'
```
## Configuration
There are 5 configuration options:
@@ -154,10 +154,10 @@
Onfido allows you to set up and view your webhook endpoints via the API, as well
as through the dashboard.
```ruby
-onfido.webhook.create(url: "https://webhook.url", events: ['report.completed, check.completed']) # => Registers a webhook endpoint
+onfido.webhook.create(url: "https://webhook.url", events: ['report.completed', 'check.completed']) # => Registers a webhook endpoint
onfido.webhook.find('<WEBHOOK_ID>') # => Finds a single webhook endpoint
onfido.webhook.all # => Returns all webhook endpoints
```
#### SDK Tokens