Skip to content

Commit 787389c

Browse files
committed
Update README.md
Add period and fix typo
1 parent 885b503 commit 787389c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ A collection of resources to learn object-oriented programming and related conce
189189
* [The MVC Pattern and PHP, Part 1](http://www.sitepoint.com/the-mvc-pattern-and-php-1/) and [The MVC Pattern and PHP, Part 2](http://www.sitepoint.com/the-mvc-pattern-and-php-2/) - An introduction tutorial about MVC pattern.
190190
* [Alternatives To MVC](http://blog.ircmaxell.com/2014/11/alternatives-to-mvc.html) - An introduction to alternative architectures to MVC.
191191
* [N-Tier Architecture - An Introduction](http://blog.ircmaxell.com/2012/08/n-tier-architecture-introduction.html) - An introduction to n-tier architecture.
192-
* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) - An introduction to also called Ports and Adapters architecture by Chris Fidao
193-
* [The Onion Architecture : part 1](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) - An introduction to the Onion Architecture by Jeffrey Palermo
192+
* [Hexagonal Architecture](http://fideloper.com/hexagonal-architecture) - An introduction to Ports and Adapters architecture by Chris Fidao.
193+
* [The Onion Architecture : part 1](http://jeffreypalermo.com/blog/the-onion-architecture-part-1/) - An introduction to the Onion Architecture by Jeffrey Palermo.
194194

195195
### Miscellaneous
196196
*Not related to OOP but interesting resources.*

0 commit comments

Comments
 (0)