Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kingkej committed Nov 7, 2022
1 parent 86b8380 commit 8dbcf55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,4 +31,4 @@ Execute GET request on path you set in configuration. Body of request must conta
{
"receipt" : "very long base64encoded string"
}
```
```

0 comments on commit 8dbcf55

Please sign in to comment.