Skip to content

Commit 0019ee4

Browse files
committed
update readme
1 parent e2c14b0 commit 0019ee4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Design Patterns in C# / .NET
44
[![Build Status](https://travis-ci.org/tk-codes/DesignPatterns.NET.svg?branch=master)](https://travis-ci.org/tk-codes/DesignPatterns.NET)
55
![Language C#](https://img.shields.io/badge/language-c%23-blue.svg)
66
![status in progress](https://img.shields.io/badge/status-in%20progress-brightgreen.svg)
7-
![number of patterns](https://img.shields.io/badge/patterns-9-red.svg)
7+
![number of patterns](https://img.shields.io/badge/patterns-10-red.svg)
88

99
## Creational Patterns
1010

StructuralPatterns/Decorator/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ See complete [Cake Factory](https://gitlab.com/tk-bachelor/se1-testat3-decorator
2727

2828
**Definition**
2929

30+
![Decorator](https://gitlab.com/tk-bachelor/se1-testat3-decorator/raw/master/doc/DecoratorPattern.png)
31+
3032
Component
3133
```java
3234
public abstract class Cake {
@@ -125,7 +127,6 @@ public class WhippedCream extends CakeDecorator {
125127

126128
}
127129
```
128-
![Prototype](https://gitlab.com/tk-bachelor/se1-testat3-decorator/raw/master/doc/DecoratorPattern.png)
129130

130131
**Usage**
131132
```java

StructuralPatterns/StructuralPatterns.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
<ItemGroup>
5151
<None Include="App.config" />
5252
<None Include="Composite\README.md" />
53+
<None Include="Decorator\README.md" />
54+
<None Include="doc\Composite.cd" />
5355
</ItemGroup>
5456
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5557
</Project>

0 commit comments

Comments
 (0)