Skip to content

Commit

Permalink
fix typo in README.md (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored and s1na committed Dec 20, 2019
1 parent 3f64539 commit 005b684
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 @@ -26,7 +26,7 @@ npm run token
npm run evm
```

Each of the above commands does 3 things. It runs a simluated relayer to generate input data for the EE, then compiles the AssemblyScript source code, and finally runs the resulting Wasm module with the generated input data. To run each of the steps separately you can use the corresponding npm scripts:
Each of the above commands does 3 things. It runs a simulated relayer to generate input data for the EE, then compiles the AssemblyScript source code, and finally runs the resulting Wasm module with the generated input data. To run each of the steps separately you can use the corresponding npm scripts:

```sh
npm run token:relayer
Expand Down

0 comments on commit 005b684

Please sign in to comment.