From d26752c940e3b28676d3ecb439c14225c3b1ac4f Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Mon, 16 Sep 2019 15:42:42 -0700 Subject: [PATCH] Change dashes to colons --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index def1aa109..f39f4eb55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,10 +57,10 @@ Each example should include a README to give the readers a good walkthrough. It - Overview paragraph - Prerequisites - Deploy the App - - Step 1 — Doing the First Thing - - Step 2 — Doing the Next Thing + - Step 1: Doing the First Thing + - Step 2: Doing the Next Thing … - - Step n — Doing the Last Thing + - Step n: Doing the Last Thing - Clean Up - Summary - Next Steps (Optional)