Skip to content

Commit

Permalink
Merge pull request #642 from ethereumjs/updateReadmeBrowser
Browse files Browse the repository at this point in the history
Update Old Readme Example
  • Loading branch information
holgerd77 authored Dec 23, 2019
2 parents 7ca2dcf + ada597a commit 1ed9a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ All of the examples have their own `README.md` explaining how to run them.

# BROWSER

To build for standalone use in the browser, install `browserify` and check [run-transactions-simple example](https://github.com/ethereumjs/ethereumjs-vm/tree/master/examples/run-transactions-simple). This will give you a global variable `EthVM` to use. The generated file will be at `./examples/run-transactions-simple/build.js`.
To build the VM for standalone use in the browser, see: [Running the VM in a browser](https://github.com/ethereumjs/ethereumjs-vm/tree/master/examples/run-code-browser).

# API

Expand Down

0 comments on commit 1ed9a9c

Please sign in to comment.