From f1bc8aa4e13fa4111991ed132930dba9e13562a8 Mon Sep 17 00:00:00 2001 From: Marten O'Grady <35665595+Escape613@users.noreply.github.com> Date: Thu, 4 May 2023 09:16:14 -0400 Subject: [PATCH] Update CONTRIBUTING.md Missing ")" in Step #1 of INSTALL --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 633fc30f..89d9a748 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -26,7 +26,7 @@ In addition to the pre-requisites listed in the [README](/README.md), the follow 1. Clone this repository: ``` - $ git clone (https://github.com/cerc-io/stack-orchestrator.git + $ git clone https://github.com/cerc-io/stack-orchestrator.git ``` 2. Enter the project directory: