Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
prjseal committed Jan 4, 2022
2 parents 36f2b58 + f86da8e commit 0beb483
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -14,7 +14,7 @@ Install via NuGet: ``` Install-Package PasswordGenerator ```

It is Compatible with .NET Core, .NET Framework and more. See the below chart:

![Compatibility Chart](https://github.com/prjseal/SlackBotMessages/blob/master/images/compatibility.png "Compatibility Chart")
![Compatibility Chart](https://github.com/prjseal/PasswordGenerator/blob/master/compatibility.png "Compatibility Chart")


## Basic usage
Expand Down Expand Up @@ -81,4 +81,4 @@ var password = pwd.Next();
// You can now specify your own special characters
var pwd = new Password().IncludeLowercase().IncludeUppercase().IncludeNumeric().IncludeSpecial("[]{}^_=");
var password = pwd.Next();
```
```
Binary file modified compatibility.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0beb483

Please sign in to comment.