Skip to content

Commit

Permalink
update Nuget version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhaunts committed Jul 9, 2020
1 parent 80b3d7c commit e3e93c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -27,13 +27,13 @@ In this readme I will cover the following:

If you do not wish to download or clone this repository, then you can consume the profanity detector via [Nuget](https://www.nuget.org/packages/Profanity.Detector/).

To install via the package manager use the command (assuming version 0.1.5 of the library)
To install via the package manager use the command (assuming version 0.1.6 of the library)

Install-Package Profanity.Detector -Version 0.1.5
Install-Package Profanity.Detector -Version 0.1.6

Or via the command line

dotnet add package Profanity.Detector --version 0.1.5
dotnet add package Profanity.Detector --version 0.1.6

# Example Usage

Expand Down

0 comments on commit e3e93c7

Please sign in to comment.