Skip to content

Commit

Permalink
Fix readme links (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksii Holub <[email protected]>
  • Loading branch information
Tyrrrz and Tyrrrz authored Sep 20, 2023
1 parent d63e3f5 commit ff730b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ The official [Bitwarden Passwordless.dev](https://passwordless.dev) .NET library

## Installation

Install the [NuGet Package][https://nuget.org/packages/Passwordless]:
Install the [NuGet Package](https://nuget.org/packages/Passwordless):

- Using the [.NET CLI][https://docs.microsoft.com/en-us/dotnet/core/tools]:
- Using the [.NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools):

```sh
dotnet add package Passwordless
```

- Using the [NuGet CLI][https://docs.microsoft.com/en-us/nuget/tools/nuget-exe-cli-reference]:
- Using the [NuGet CLI](https://docs.microsoft.com/en-us/nuget/tools/nuget-exe-cli-reference):

```sh
nuget install Passwordless
```

- Using the [Package Manager Console][https://docs.microsoft.com/en-us/nuget/tools/package-manager-console]:
- Using the [Package Manager Console](https://docs.microsoft.com/en-us/nuget/tools/package-manager-console):

```powershell
Install-Package Passwordless
Expand Down

0 comments on commit ff730b8

Please sign in to comment.