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

Commit 97966b5

Browse files
author
Vasile Zaremba
committed
Fix naming in initialiser documentation
1 parent ad24d72 commit 97966b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Yoti client initialisation looks like this:
3636
require 'omniauth-yoti'
3737

3838
Rails.application.config.middleware.use OmniAuth::Builder do
39-
provider :yoti, config: [
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']

0 commit comments

Comments
 (0)