Skip to content

Commit 72673c5

Browse files
authored
Update README.md
1 parent 84c1d63 commit 72673c5

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
@@ -185,7 +185,7 @@ Install-Package NETCore.Encrypt -Version 2.0.1
185185
```
186186
```csharp
187187
var encryptedStr = "xxxxx";
188-
var strValue = EncryptProvider.Base64Decrypt(srcString,Encoding.ASCII);
188+
var strValue = EncryptProvider.Base64Decrypt(encryptedStr,Encoding.ASCII);
189189
```
190190
***
191191
# Easy to use hash with `EncryptExtensions`

0 commit comments

Comments
 (0)