Skip to content

Commit 619f42a

Browse files
Merge pull request #984 from Nick-Lucas/patch-1
Update Readme
2 parents ac6b922 + 1321c82 commit 619f42a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

readme.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Stripe.net [![Build status](https://ci.appveyor.com/api/projects/status/rg0pg5tlr1a6f8tf?svg=true)](https://ci.appveyor.com/project/stripe-appveyor-ci/stripe-dotnet)
1+
# Stripe.net [![Build status](https://ci.appveyor.com/api/projects/status/rg0pg5tlr1a6f8tf?svg=true)](https://ci.appveyor.com/project/stripe-appveyor-ci/stripe-dotnet) [![NuGet](https://img.shields.io/nuget/v/stripe.net.svg)](https://www.nuget.org/packages/Stripe.net/)
22

3-
Stripe.net is an officially supported library for .NET 4.5+ that provides convenient access to the Stripe API.
3+
The official Stripe library, supporting .NET Standard 1.2+, .NET Core 1.0+, and .NET Framework 4.5+
44

55
## Documentation
66

@@ -12,9 +12,11 @@ See the [.NET API docs](https://stripe.com/docs/api/dotnet#intro).
1212

1313
From the command line:
1414

15-
```
16-
nuget install Stripe.net
17-
```
15+
nuget install Stripe.net
16+
17+
From Package Manager:
18+
19+
PM> Install-Package Stripe.net
1820

1921
From within Visual Studio:
2022

0 commit comments

Comments
 (0)