From f6649a4fed783f7278bbfe2102a757a72cd5e38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 22 May 2016 09:33:50 +0300 Subject: [PATCH] Markdown fix --- hexagonal/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hexagonal/README.md b/hexagonal/README.md index 5e954e90c..b1d0a7948 100644 --- a/hexagonal/README.md +++ b/hexagonal/README.md @@ -10,9 +10,9 @@ tags: --- ## Also known as -Ports and Adapters -Clean Architecture -Onion Architecture +* Ports and Adapters +* Clean Architecture +* Onion Architecture ## Intent Allow an application to equally be driven by users, programs, automated test or batch scripts, and to be developed and tested in isolation from its eventual run-time devices and databases.