Skip to content

Commit

Permalink
Fixing package name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 authored Oct 19, 2020
1 parent c0b4f7c commit 491e57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ To install the C# client library using NuGet:
* Run the following command in the Package Manager Console:

```shell
Install-Package Vonage.Dotnet.Client
Install-Package Vonage
```

Alternatively:

* Download or build (see developer instructions) the `Vonage.Dotnet.Client.dll`.
* Download or build (see developer instructions) the `Vonage.dll`.
* If you have downloaded a release, ensure you are referencing the required dependencies by
either including them with your project's NuGet dependencies or manually referencing them.
* Reference the assembly in your code.
Expand Down

0 comments on commit 491e57f

Please sign in to comment.