From 8579f3a810bed3f2c0a443a9a69ec84e4644e0ae Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 6 Apr 2017 22:33:19 +0100 Subject: [PATCH] Adjust casing of FaaS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0cbbed5..55023d4d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Functions As A Service (faas) +## Functions as a Service (FaaS) FaaS is a framework for building serverless functions on Docker Swarm with first class support for metrics. Any UNIX process can be packaged as a function enabling you to consume a range of web events without repetitive boiler-plate coding.