diff --git a/simulations/token_test/README.md b/simulations/token_test/README.md index d5b48ee6b0..dfbdb10485 100644 --- a/simulations/token_test/README.md +++ b/simulations/token_test/README.md @@ -25,4 +25,4 @@ Then we can run: This will run several write transactions, the hash will be logged to the geth logs. -To run trace transaction on these txes, run `./build/bin/geth attach http://127.0.0.1:8545`, which will open an admin consile (similar to a node console). Then run `debug.traceTransaction("", {tracer: "callTracer"})`, or `debug.traceTransaction("")` +To run trace transaction on these txes, run `./build/bin/geth attach http://127.0.0.1:8545`, which will open an admin console (similar to a node console). Then run `debug.traceTransaction("", {tracer: "callTracer"})`, or `debug.traceTransaction("")`