Skip to content

Commit

Permalink
Merge pull request ethereum#443 from ethereum/readme
Browse files Browse the repository at this point in the history
Fix typos in readme
  • Loading branch information
axic authored Feb 23, 2017
2 parents 61eab24 + 4715048 commit db187ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ it will always deliver the latest version.

## Offline Usage

The `gh-pages` branch always has the latest stable build of Browser-Solidity. It also contains a ZIP file with the entire build. Download it to use offline.
The `gh-pages` branch always has the latest stable build of Remix. It also contains a ZIP file with the entire build. Download it to use offline.

Note: it contains the latest release of Solidity available at the time of the packaging. No other compiler versions are supported.

Expand All @@ -29,6 +29,7 @@ Here are some things to consider if you have trouble building the package.
- Make sure that you have the correct version of `node`, `npm` and `nvm`. You can find the version that is tested on Travis CI by looking at the log in the [build results](https://travis-ci.org/ethereum/browser-solidity).

Run:

node --version
npm --version
nvm --version
Expand Down

0 comments on commit db187ef

Please sign in to comment.