Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-jentzsch committed Nov 13, 2018
1 parent f83f871 commit 1186eb6
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 @@ -38,7 +38,7 @@ const block = await web.eth.getBlockByNumber('latest')
In order to start the incubed-client as a standalone client (allowing others none-js-application to connect to it), you can start the container as

```
docker run -d -p 8545:8545 slockit/in3:latest --chainId=kovan
docker run -d -p 8545:8545 slockit/in3:latest --chainId=mainnet
```

The application would then accept the following arguments:
Expand Down

0 comments on commit 1186eb6

Please sign in to comment.