From 66855e4e912ca93ec6509bdb5330226fa6aef5d6 Mon Sep 17 00:00:00 2001 From: Allan Chua Date: Sun, 14 Apr 2019 21:57:32 +0800 Subject: [PATCH] Update quick-start.md --- docs/providers/azure/guide/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/azure/guide/quick-start.md b/docs/providers/azure/guide/quick-start.md index 25bbc3e53..a23354595 100644 --- a/docs/providers/azure/guide/quick-start.md +++ b/docs/providers/azure/guide/quick-start.md @@ -10,7 +10,7 @@ layout: Doc ## Pre-requisites -1. Node.js `v6.5.0` or later. *(this is the minimum runtime version supported by Azure Functions)* +1. Node.js `v6.5.0` or later. *(v6.5.0 is the minimum runtime version supported by Azure Functions)* 2. Serverless CLI `v1.9.0` or later. You can run `npm install -g serverless` to install it. 3. Azure plugin that allows you to work with Azure Functions `npm install -g serverless-azure-functions`