Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 3e24216

Browse files
authored
Update README.md
1 parent af97ee8 commit 3e24216

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ It provides generators and library templates for supporting multiple languages a
237237

238238
The **client-encryption-ruby** library provides a method you can use to integrate the OpenAPI generated client with this library:
239239
```ruby
240-
McAPI::Encryption::OpenAPIInterceptor
241-
.install_field_level_encryption(open_api_client, config)
240+
McAPI::Encryption::OpenAPIInterceptor.install_field_level_encryption(open_api_client, config)
242241
```
243242
This method will add the field level encryption in the generated OpenApi client, taking care of encrypting request and decrypting response payloads, but also of updating HTTP headers when needed, automatically, without manually calling `encrypt()`/`decrypt()` functions for each API request or response.
244243

0 commit comments

Comments
 (0)