From cbbdbca12dcea776dcfef9235e4410660341d724 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Tue, 16 May 2017 09:43:15 +0100 Subject: [PATCH] Correct for typo - found by sebgl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1af8769..66f95210 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ FaaS is a framework for building serverless functions on Docker with first class * Each container has a watchdog process that hosts a web server allowing a post request to be forwarded to a desired process via STDIN. The response is sent back to the caller via STDOUT. -* The API Gateway provides an external route into your functions and collects metrics in Prometheus. The gateway will scale functions according to demand by mangaging Docker Swarm replicas as throughput increases. A UI is baked in allowing you to invoke functions in your browser and create new ones as needed. +* The API Gateway provides an external route into your functions and collects metrics in Prometheus. The gateway will scale functions according to demand by managing Docker Swarm replicas as throughput increases. A UI is baked in allowing you to invoke functions in your browser and create new ones as needed. ![Stack](http://blog.alexellis.io/content/images/2017/04/faas_hi.png)