Merge pull request #2 from rjNemo/factory-method

Documentation
This commit is contained in:
Ruidy 2020-09-11 11:44:23 +02:00 committed by GitHub
commit 472d144b42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@
## Table of Content
- [Creational Patterns](creational/README.md)
- [Factory Method](creational/factory-method/factory.md)
- [Factory Method](creational/factory-method/README.md)

View file

@ -1,3 +1,3 @@
# Creational Patterns
- [Factory Method](factory-method/factory.md)
- [Factory Method](factory-method/README.md)