From 317f6f80d00f248383d73f6b29c2e42231f657a4 Mon Sep 17 00:00:00 2001 From: Yuriy Dybskiy Date: Tue, 11 Sep 2018 18:46:42 -0700 Subject: [PATCH] Update quick-start.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit off by 1 🙃 --- docs/providers/cloudflare/guide/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/cloudflare/guide/quick-start.md b/docs/providers/cloudflare/guide/quick-start.md index c56c1311e46..acf5affe461 100644 --- a/docs/providers/cloudflare/guide/quick-start.md +++ b/docs/providers/cloudflare/guide/quick-start.md @@ -62,7 +62,7 @@ Use this when you have made changes to your Functions, Events or Resources in `s serverless deploy ``` -1. **Deploy the Function** +2. **Deploy the Function** Use this to quickly upload and overwrite your function code, allowing you to develop faster.