From a8600ca2e4e8f925577a993b61bdcb9bae94da1d Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 2 Jul 2021 14:02:03 -0400 Subject: [PATCH] Fix numbering for second step --- website/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/README.md b/website/README.md index d6c63bd9e7..0fb9be1020 100644 --- a/website/README.md +++ b/website/README.md @@ -26,5 +26,5 @@ You should preview all of your changes locally before creating a pull request. T **Launch Site Locally** 1. Navigate into your local `terraform` top-level directory and run `make website`. -3. Open `http://localhost:4567` in your web browser. While the preview is running, you can edit pages and Middleman will automatically rebuild them. -4. When you're done with the preview, press `ctrl-C` in your terminal to stop the server. +2. Open `http://localhost:4567` in your web browser. While the preview is running, you can edit pages and Middleman will automatically rebuild them. +3. When you're done with the preview, press `ctrl-C` in your terminal to stop the server.