Fix bad syntax

This commit is contained in:
Denton Liu 2016-08-29 14:22:52 -04:00
parent be86a2af9e
commit 5b790fbfec

View File

@ -87,7 +87,7 @@ you should fork Solidity and add your personal fork as a second remote:
.. code:: bash
cd solidity
git remote add personal git@github.com:\<username\>/solidity.git
git remote add personal git@github.com:[username]/solidity.git
Prerequisites - macOS