Skip to content

Commit b2e514c

Browse files
committed
format request
1 parent 446006b commit b2e514c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ You can also run each sample directly from the command line.
1818
$ git clone https://github.com/AuthorizeNet/sample-code-csharp.git
1919
```
2020
* Include the [Authorize.Net .NET SDK](https://github.com/AuthorizeNet/sdk-dotnet):
21-
`PM> Install-Package AuthorizeNet`
21+
```
22+
PM> Install-Package AuthorizeNet
23+
```
2224
Build the project to produce the SampleCode console app.
2325
* Run the individual samples by name. For example:
2426
```

0 commit comments

Comments
 (0)