From 54ad89e09484a6a080fba299c615d64cf3c3aa6e Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Mon, 25 Sep 2017 15:55:19 +0100 Subject: [PATCH] Removes hard-coded M12 references. (#1628) --- docs/source/getting-set-up.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index 510dcc43ae..8ed5c9b02e 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -166,7 +166,7 @@ And a simple example CorDapp for you to explore basic concepts is available here You can clone these repos to your local machine by running the command ``git clone [repo URL]``. By default, these repos will be on the unstable ``master`` branch. You should check out the latest milestone release -instead by running ``git checkout release-M12``. +instead by running ``git checkout release-MX`` (where “X” is the latest milestone). Next steps ----------