aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-20 01:37:00 +0800
committerchriseth <c@ethdev.com>2016-05-20 01:37:00 +0800
commit7a51852aee6b5f9625a6640e01760cc4c58e2f08 (patch)
treed090a1909459d2c691eda08c065b48c4c00e5f30
parentcb865fb2b1be9d31b40bbd547c603c2bb81283b1 (diff)
parent27269181b34737e3ccb687ede938c908765479d3 (diff)
downloaddexon-solidity-7a51852aee6b5f9625a6640e01760cc4c58e2f08.tar
dexon-solidity-7a51852aee6b5f9625a6640e01760cc4c58e2f08.tar.gz
dexon-solidity-7a51852aee6b5f9625a6640e01760cc4c58e2f08.tar.bz2
dexon-solidity-7a51852aee6b5f9625a6640e01760cc4c58e2f08.tar.lz
dexon-solidity-7a51852aee6b5f9625a6640e01760cc4c58e2f08.tar.xz
dexon-solidity-7a51852aee6b5f9625a6640e01760cc4c58e2f08.tar.zst
dexon-solidity-7a51852aee6b5f9625a6640e01760cc4c58e2f08.zip
Merge pull request #585 from Denton-L/docs-installation
Corrected npm repository link to solc-js
-rw-r--r--docs/installing-solidity.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 647ff1f7..39e2675e 100644
--- a/docs/installing-solidity.rst
+++ b/docs/installing-solidity.rst
@@ -11,13 +11,13 @@ which does not need any installation. If you want to use it
without connection to the Internet, you can also just save the page
locally or clone http://github.com/chriseth/browser-solidity.
-NPM / node.js
+npm / Node.js
=============
This is probably the most portable and most convenient way to install Solidity locally.
A platform-independent JavaScript library is provided by compiling the C++ source
-into JavaScript using Emscripten for browser-solidity and there is also an NPM
+into JavaScript using Emscripten for browser-solidity and there is also an npm
package available.
To install it, simply use
@@ -26,8 +26,8 @@ To install it, simply use
npm install solc
-Details about the usage of the nodejs package can be found in the
-`repository <https://github.com/chriseth/browser-solidity#nodejs-usage>`_.
+Details about the usage of the Node.js package can be found in the
+`repository <https://github.com/ethereum/solc-js>`_.
Binary Packages
===============