66
77<p align =" center " >
88 <a href="https://github.com/d-edge/Cardizer/actions" title="actions"><img src="https://github.com/d-edge/cardizer/actions/workflows/build.yml/badge.svg?branch=main" alt="actions build" /></a>
9- <a href="https://www.nuget.org/packages/Dedge .Cardizer/" title="nuget"><img src="https://img.shields.io/nuget/vpre/Dedge .Cardizer" alt="version" /></a>
10- <a href="https://www.nuget.org/stats/packages/Dedge .Cardizer?groupby=Version" title="stats"><img src="https://img.shields.io/nuget/dt/Dedge .Cardizer" alt="download" /></a>
9+ <a href="https://www.nuget.org/packages/DEdge .Cardizer/" title="nuget"><img src="https://img.shields.io/nuget/vpre/DEdge .Cardizer" alt="version" /></a>
10+ <a href="https://www.nuget.org/stats/packages/DEdge .Cardizer?groupby=Version" title="stats"><img src="https://img.shields.io/nuget/dt/DEdge .Cardizer" alt="download" /></a>
1111 <a href="https://raw.githubusercontent.com/d-edge/cardizer/main/LICENSE" title="license"><img src="https://img.shields.io/github/license/d-edge/Cardizer" alt="license" /></a>
1212</p >
1313
@@ -31,22 +31,22 @@ Keep in mind that all credit card numbers generated with Cardizer are completely
3131
3232## Getting Started
3333
34- Install the [ Dedge .Cardizer] ( https://www.nuget.org/packages/Dedge .Cardizer ) NuGet package:
34+ Install the [ DEdge .Cardizer] ( https://www.nuget.org/packages/DEdge .Cardizer ) NuGet package:
3535
36- PM> Install-Package Dedge .Cardizer
36+ PM> Install-Package DEdge .Cardizer
3737
3838Alternatively you can also use the .NET CLI to add the packages:
3939
40- dotnet add package Dedge .Cardizer
40+ dotnet add package DEdge .Cardizer
4141
42- Next create a .net application and use Dedge .Cardizer:
42+ Next create a .net application and use DEdge .Cardizer:
4343
4444``` fsharp
4545open System
4646
4747[<EntryPoint>]
4848let main _ =
49- Dedge .Cardizer.NextVisa () |> printfn "Visa: %s"
49+ DEdge .Cardizer.NextVisa () |> printfn "Visa: %s"
5050 0
5151```
5252
@@ -55,7 +55,7 @@ or in C#:
5555``` csharp
5656static void Main (string [] args )
5757{
58- var card = Dedge .Cardizer .NextVisa ();
58+ var card = DEdge .Cardizer .NextVisa ();
5959 Console .WriteLine (card );
6060}
6161```
0 commit comments