update readme

This commit is contained in:
Iuri Matias 2017-02-06 20:48:14 -05:00
parent 7de4b104f0
commit 0b521c74a4
2 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ Table of Contents
Installation
======
Requirements: geth (1.5.8 or higher), node (6.9.1 or higher is recommended) and npm
Optional: serpent (develop) if using contracts with Serpent, testrpc or ethersim if using the simulator or the test functionality.
Optional: testrpc (3.0 or higher) if using the simulator or the test functionality.
Further: depending on the dapp stack you choose: [IPFS](https://ipfs.io/)
```Bash
@ -155,7 +155,7 @@ Solidity/Serpent files in the contracts directory will automatically be deployed
Libraries and languages available
======
Embark can build and deploy contracts coded in Solidity or Serpent. It will make them available on the client side using EmbarkJS and Web3.js.
Embark can build and deploy contracts coded in Solidity. It will make them available on the client side using EmbarkJS and Web3.js.
Further documentation for these can be found below:

View File

@ -1,8 +1,8 @@
Installation
============
Requirements: geth (1.5.5 or higher), node (5.0.0) and npm Optional:
serpent (develop) if using contracts with Serpent, testrpc or ethersim
Requirements: geth (1.5.8 or higher), node (6.9.1 or higher is recommended) and npm
serpent (develop) if using contracts with Serpent, testrpc (3.0 or higher)
if using the simulator or the test functionality. Further: depending on
the dapp stack you choose: `IPFS <https://ipfs.io/>`__