From 1da7a76db019a23230194f995b84ec873a349d34 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 11 Oct 2021 12:27:30 +0100 Subject: [PATCH] update readme --- function/README.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/function/README.md b/function/README.md index 57cb70e..9131335 100644 --- a/function/README.md +++ b/function/README.md @@ -1,23 +1,7 @@ +Functions as a Service + # Function Service -This is the Function service +Deploy and run serverless functions for any project from a Git repository. -Generated with -``` -micro new function -``` - -## Usage - -Generate the proto code - -``` -make proto -``` - -Run the service - -``` -micro run . -``` \ No newline at end of file