From 3c4a60ffc3c62833edf4f35730cc2df96360be6f Mon Sep 17 00:00:00 2001 From: Matthew Renze Date: Wed, 19 Sep 2018 15:00:56 +0400 Subject: [PATCH] Updated README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac1b38f..aac8284 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # Clean Architecture Demo -A sample app for my presentation on Clean Architecture: Patterns, Practices, and Principles +A sample application for Clean Architecture: Patterns, Practices, and Principles + +This sample application is intended to be a learning tool for clean architecture practices. It incorporates several of these practices in a way that is simple and easy to understand. + +If you'd like to learn more about this style of software architecture, please check out my online course Clean Architecture: Patterns, Practices, and Principles.