aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing-solidity.rst
diff options
context:
space:
mode:
authorDenton Liu <liu.denton+github@gmail.com>2016-05-20 01:27:57 +0800
committerDenton Liu <liu.denton+github@gmail.com>2016-05-20 01:32:54 +0800
commit27269181b34737e3ccb687ede938c908765479d3 (patch)
treed090a1909459d2c691eda08c065b48c4c00e5f30 /docs/installing-solidity.rst
parent6eeb7ffb3c0223e1a30d98025e194ed8c45e7056 (diff)
downloaddexon-solidity-27269181b34737e3ccb687ede938c908765479d3.tar.gz
dexon-solidity-27269181b34737e3ccb687ede938c908765479d3.tar.zst
dexon-solidity-27269181b34737e3ccb687ede938c908765479d3.zip
Corrected capitalisation
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r--docs/installing-solidity.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst
index 5a33b8d8..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,7 +26,7 @@ To install it, simply use
npm install solc
-Details about the usage of the nodejs package can be found in the
+Details about the usage of the Node.js package can be found in the
`repository <https://github.com/ethereum/solc-js>`_.
Binary Packages