aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-08-30 02:22:52 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-08-30 02:22:52 +0800
commit5b790fbfecaecdc77c8457a03cf4da4b709c9c94 (patch)
tree6ada98b21a5dac82d1b8e1134d37c849957a1f49
parentbe86a2af9e01f76d02cf6f9436492e1aeeebf89d (diff)
downloaddexon-solidity-5b790fbfecaecdc77c8457a03cf4da4b709c9c94.tar.gz
dexon-solidity-5b790fbfecaecdc77c8457a03cf4da4b709c9c94.tar.zst
dexon-solidity-5b790fbfecaecdc77c8457a03cf4da4b709c9c94.zip
Fix bad syntax
-rw-r--r--docs/installing-solidity.rst2
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