Skip to content

Commit 062180e

Browse files
authored
.
1 parent fbfa766 commit 062180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Design Patterns examples written in [Dart](https://dart.dev) in form of a librar
99
* `test/` : design patterns to test (e.g. ```$ dart test test/builder_test.dart```)
1010
* `tool/`: tools that may be useful when commiting to this repo
1111

12-
Each design pattern has its corresponding file in the directories `example/`, `lib/`, and `test/`.
12+
Each design pattern (except Abstract Factory) has its corresponding file in the directories `example/`, `lib/`, and `test/`.
1313

1414
## Build (assuming Dart env is up and running)
1515

0 commit comments

Comments
 (0)