Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.

Commit b98fde1

Browse files
committed
Fix initialiser hash notation
1 parent 6d4f23c commit b98fde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Yoti client initialisation looks like this:
3636
require 'omniauth-yoti'
3737

3838
Rails.application.config.middleware.use OmniAuth::Builder do
39-
provider :yoti, client_options: [
39+
provider :yoti, client_options: {
4040
application_id: ENV['YOTI_APPLICATION_ID'],
4141
client_sdk_id: ENV['YOTI_CLIENT_SDK_ID'],
4242
key_file_path: ENV['YOTI_KEY_FILE_PATH']
43-
]
43+
}
4444
end
4545
```
4646

0 commit comments

Comments
 (0)