Update index.md

This commit is contained in:
Felix Lange 2020-04-28 10:09:32 +02:00 committed by GitHub
parent 05fe982af9
commit 736fe3e781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,9 @@ terminal and using the following command to open a JavaScript console:
```shell
geth attach
```
If you get the error 'unable to attach to remote geth', try including the path to localhost as shown below:
If you get the error 'unable to attach to remote geth', try connecting via HTTP as shown below:
```shell
geth attach http://127.0.0.1:8545
```