We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f99a3 commit 9a5c2b2Copy full SHA for 9a5c2b2
1 file changed
README.md
@@ -11,7 +11,7 @@ There are examples that shows how to use the design patterns.
11
12
### Install
13
14
-Nuget package is available at: [gofpatterncsharp](https://www.nuget.org/packages/gofpatterncsharp/)
+Nuget package is available at: [GofPatterns](https://www.nuget.org/packages/GofPatterns/)
15
16
```bash
17
dotnet add package GofPatterns
@@ -21,7 +21,7 @@ dotnet add package GofPatterns
21
22
### Behavioral Patterns
23
24
-- [Chain of Responsibility](README/Behavioral/CoR.md)
+- [Chain of Responsibility (CoR)](README/Behavioral/CoR.md)
25
- [Command](README/Behavioral/Command.md)
26
- State
27
- Strategy
0 commit comments