Removes hard-coded M12 references. (#1628)

This commit is contained in:
Joel Dudley 2017-09-25 15:55:19 +01:00 committed by josecoll
parent 7ba8576326
commit 54ad89e094

View File

@ -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
----------