From 1902f01c0a86d3d9d40e29c8ce0ff427461fa82e Mon Sep 17 00:00:00 2001 From: Michael Brooks Date: Tue, 8 Dec 2020 16:47:47 -0800 Subject: [PATCH] [#220] Fix README.md table of contents for developing an app --- examples/getting-started-with-aws-lambda/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/getting-started-with-aws-lambda/README.md b/examples/getting-started-with-aws-lambda/README.md index 2a7c682e7..fc0addf4e 100644 --- a/examples/getting-started-with-aws-lambda/README.md +++ b/examples/getting-started-with-aws-lambda/README.md @@ -16,7 +16,7 @@ Before you begin, you may want to follow our [Getting Started guide][bolt-guide] 1. [Deploy to AWS Lambda](#4-deploy-to-aws-lambda) 1. [Update Slack app settings](#5-update-slack-app-settings) 1. [Test your Slack app](#6-test-your-slack-app) -1. [Run on local machine](#7-develop-on-local-machine) +1. [Develop on local machine](#7-develop-on-local-machine) ## 1. Set up AWS credentials