From 4a27b801142778dfa1d062654c64ff789b31038d Mon Sep 17 00:00:00 2001 From: Zak Henry Date: Sun, 19 Feb 2017 13:00:41 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55644b6..a5e137b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # Core Module ## Overview -Zeroth is a full stack Angular 2 framework. It uses the Angular 2 dependency injection pattern to bring good design patterns +Zeroth is a full stack Angular 2 based framework. It uses the Angular 2 dependency injector to bring good design patterns to the backend. Zeroth is an isomorphic framework, which means that components can be built to be shared between the frontend and the backend where appropriate. This significantly reduces code duplication and improves development speed.