Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cctrbic authored Jan 7, 2023
1 parent cac2e42 commit 267b308
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@ __Install directly in Package Manager Console or Command Line Interface__
```C#
Package Manager

Install-Package RedcapAPI -Version 1.1.0
Install-Package RedcapAPI -Version 1.3.0

```

```C#
.NET CLI

dotnet add package RedcapAPI --version 1.1.0
dotnet add package RedcapAPI --version 1.3.0

```

```C#
Paket CLI

paket add RedcapAPI --version 1.1.0
paket add RedcapAPI --version 1.3.0

```

Expand Down

0 comments on commit 267b308

Please sign in to comment.