Skip to content

Commit c2c74ab

Browse files
committed
Removed unnecessary config line from documentation.
1 parent c9beec6 commit c2c74ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ It has three implementations:
308308
Switching the encryption engine to for example `DataProtectionSecretEncryptor` can be done in code, adding these two lines:
309309

310310
```
311-
builder.Services.AddDataProtection();
312311
builder.Services.AddUnique<ISecretEncryptor, DataProtectionSecretEncrytor>();
313312
```
314313

0 commit comments

Comments
 (0)