Skip to content

Commit 7642eab

Browse files
committed
Incorrect package name in the install command for the SmartHealthCard.Token nuget package, I had listed the SmartHealthCard.QRCode package accidentally
1 parent 0652b1f commit 7642eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
## [SmartHealthCard.Token](https://www.nuget.org/packages/SmartHealthCard.Token/1.0.3): Encode, Decode & Verifiy SMART Health Card JWS tokens
2626
```
27-
Install-Package SmartHealthCard.QRCode -Version 1.0.3
27+
Install-Package SmartHealthCard.Token -Version 1.0.3
2828
```
2929

3030

0 commit comments

Comments
 (0)