From 37ddd638630546683b1a08b3b28b709f2e4ce573 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Mon, 6 Jan 2020 21:33:03 +0800 Subject: [PATCH] - Docs: Fix error in flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e13647cc..3ac35ae9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ For testing the latest version in `master`, you may use 1. Clone or copy the repository contents (at least the `editor` directory). Please note that you should not do a recursive Git clone (i.e., with the - `--recurse` or `--recurse-submodules` flags), as you will get assorted + `--recursive` or `--recurse-submodules` flags), as you will get assorted past versions (which are available on the parent as branches anyways). (The reason these past versions are available as submodules is merely for convenience in hosting these versions, along with `master`, online