From e1f8a4500ee8165684f77fa34514b68fc7d2d092 Mon Sep 17 00:00:00 2001 From: "Juan E. Pemberthy" Date: Tue, 15 Jan 2019 16:05:50 -0800 Subject: [PATCH] Update Readme Fixes minor typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dad64530..5fb21e532 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Zanzibar is an extensible framework to build configuration driven web applicatio Based on the configurations, Zanizbar generates boilerplates and glue code, wires them up with your business domain code and the runtime components Zanzibar provides to create a deployable binary. -The builtin components of Zanzibar makes it easy to develop mircoserivces and gateway services that proxy or orchestrate microsevices. It is also simple to extend Zanzibar with custom plugins to ease the development of applications that suit your specific needs. +The builtin components of Zanzibar makes it easy to develop microservices and gateway services that proxy or orchestrate microservices. It is also simple to extend Zanzibar with custom plugins to ease the development of applications that suit your specific needs. ## Concepts Zanzibar is built on three pillars: module, config, code generation.