From efcae9888cce31d18328c14bdffe6fd26d3fbd85 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 1 Jul 2021 22:40:00 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a480a48..8b4ef2b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ faasd is [OpenFaaS](https://github.com/openfaas/) reimagined, but without the co ## Use-cases and tutorials -faasd is just another way to runOpenFaaS, so many things you read in the docs or in blog posts will work the same way. - +faasd is just another way to run OpenFaaS, so many things you read in the docs or in blog posts will work the same way. Videos and overviews: @@ -87,7 +86,7 @@ However, "Serverless For Everyone Else" is the official handbook and was written ### The official handbook and docs for faasd - + You'll learn how to deploy code in any language, lift and shift Dockerfiles, run requests in queues, write background jobs and to integrate with databases. faasd packages the same code as OpenFaaS, so you get built-in metrics for your HTTP endpoints, a user-friendly CLI, pre-packaged functions and templates from the store and a UI.