Skip to content

Commit 0beb483

Browse files
committed
2 parents 36f2b58 + f86da8e commit 0beb483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Install via NuGet: ``` Install-Package PasswordGenerator ```
1414

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

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

1919

2020
## Basic usage
@@ -81,4 +81,4 @@ var password = pwd.Next();
8181
// You can now specify your own special characters
8282
var pwd = new Password().IncludeLowercase().IncludeUppercase().IncludeNumeric().IncludeSpecial("[]{}^_=");
8383
var password = pwd.Next();
84-
```
84+
```

compatibility.png

6.14 KB
Loading

0 commit comments

Comments
 (0)