From 462d1b26f127349581e89a37746491f265f64873 Mon Sep 17 00:00:00 2001 From: Nikita Melnikov Date: Sun, 2 Oct 2022 21:02:02 +0800 Subject: [PATCH] Update DEVELOPMENT.md Co-authored-by: Ilya Maroz <37909603+ilyamore88@users.noreply.github.com> --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 13ce868..a95ef5c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -4,7 +4,7 @@ This doc describes how to bootstrap and run the project locally. ## Setup -### 1. Clone the repo. +### 1. Clone the repo ```shell git clone https://github.com/codex-team/codex.docs ```