diff --git a/README.md b/README.md index cd2add7..1f2f2d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ReceiptVerifierMiddlewareEndpoint is a library used to add an endpoint to verify Use the package manager [NuGet](https://www.nuget.org/packages/ReceiptVerifierMiddlewareEndpoint) to install library. ```bash -NuGet\Install-Package ReceiptVerifierMiddlewareEndpoint -Version 1.0.1 +Install-Package ReceiptVerifierMiddlewareEndpoint -Version 1.0.1 ``` ## ⚙️ Configuration @@ -31,4 +31,4 @@ Execute GET request on path you set in configuration. Body of request must conta { "receipt" : "very long base64encoded string" } -``` \ No newline at end of file +```