Skip to content

Commit 089a7be

Browse files
committed
2 parents d3714b3 + 4e06367 commit 089a7be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Assemblies are strong-named as per [Strong naming and .NET libraries](https://do
3131
The SN key is available here: [`Identity.snk`](https://github.com/Mastercard/client-encryption-csharp/blob/master/Identity.snk).
3232

3333
### References <a name="references"></a>
34-
<img src="https://user-images.githubusercontent.com/3964455/55259713-5d771700-525e-11e9-9cf6-af0c01ab176e.png" alt="Encryption of sensitive data" width="75%" height="75%"/>
34+
<img src="https://user-images.githubusercontent.com/3964455/55345820-c520a280-54a8-11e9-8235-407199fa1d97.png" alt="Encryption of sensitive data" width="75%" height="75%"/>
3535

3636
## Usage <a name="usage"></a>
3737
### Prerequisites <a name="prerequisites"></a>
@@ -405,7 +405,9 @@ See also:
405405

406406
##### Usage of the `RestSharpFieldLevelEncryptionInterceptor`
407407

408-
`RestSharpFieldLevelEncryptionInterceptor` is located in the `Mastercard.Developer.ClientEncryption.RestSharp` package. To use it:
408+
`RestSharpFieldLevelEncryptionInterceptor` is located in the `Mastercard.Developer.ClientEncryption.RestSharp` package.
409+
410+
To use it:
409411

410412
1. Create a new file (for instance `ApiClientWithEncryption.cs`) extending the definition of the generated `ApiClient` class:
411413

0 commit comments

Comments
 (0)