diff options
author | Denton Liu <liu.denton+github@gmail.com> | 2016-08-30 02:22:52 +0800 |
---|---|---|
committer | Denton Liu <liu.denton+github@gmail.com> | 2016-08-30 02:22:52 +0800 |
commit | 5b790fbfecaecdc77c8457a03cf4da4b709c9c94 (patch) | |
tree | 6ada98b21a5dac82d1b8e1134d37c849957a1f49 /docs/installing-solidity.rst | |
parent | be86a2af9e01f76d02cf6f9436492e1aeeebf89d (diff) | |
download | dexon-solidity-5b790fbfecaecdc77c8457a03cf4da4b709c9c94.tar.gz dexon-solidity-5b790fbfecaecdc77c8457a03cf4da4b709c9c94.tar.zst dexon-solidity-5b790fbfecaecdc77c8457a03cf4da4b709c9c94.zip |
Fix bad syntax
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 5111b68c..9226b558 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -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 |