From 972fb16ca855413b761b1f5283321402f944150c Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 12 Jul 2017 13:52:03 +0100 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 154b3532..f7ae42d5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,7 +55,7 @@ You can [TestDrive](https://github.com/alexellis/faas/blob/master/TestDrive.md) You can dive straight into the [sample functions here](https://github.com/alexellis/faas/blob/master/sample-functions/README.md). You'll find hello-world examples for the most common programming languages including: Golang, DotNet Core, Java, NodeJS, Python even BusyBox. -There is even an experimental [faas-cli](https://github.com/alexellis/faas-cli/) in development to create functions quickly from templates for [Node.js](https://github.com/alexellis/faas-cli/blob/master/test_node.sh) or [Python](https://github.com/alexellis/faas-cli/blob/master/test_python.sh), and to deploy to your gateway with a single command. +There is even CLI called [faas-cli](https://github.com/alexellis/faas-cli/) which lets you speed up development by creating functions from templates for [Node.js](https://github.com/alexellis/faas-cli/blob/master/test_node.sh) or [Python](https://github.com/alexellis/faas-cli/blob/master/test_python.sh). You can also use the CLI to deploy to your own FaaS API Gateway with a single command. **Contribute to FaaS**