From 646ed468a77620ce5b4876efceed8a8db05ecc1d Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Tue, 11 Jul 2017 13:27:31 +0100 Subject: [PATCH] Add walk-through comment to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d4ed948..78d112f0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ FaaS is a framework for building serverless functions with Docker which has firs Any container or process in a Docker container can be a serverless function in FaaS. Using the FaaS CLI you can deploy your functions or quickly create new functions from templates such as Node.js or Python. +**CLI walk-through** + +> It would help the project if you could **Star** the Github repository. This helps support the FaaS project which is free and Open Source Software. + Let's have a quick look at an example function `url_ping` which connects to a remote web server and returns the HTTP code from the response. It's written in Python. ```