Skip to content

Commit

Permalink
Fix sublist indentation (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Nov 2, 2018
1 parent d63b1c1 commit 8052145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -174,8 +174,8 @@ saved:
* [Truffle and Ganache](https://truffleframework.com/) for their associated integrations
* [Geth](https://github.com/ethereum/go-ethereum) and/or [Parity](https://github.com/paritytech/parity-ethereum), if you would like to have Etheno run them
* [Echidna](https://github.com/trailofbits/echidna), for smart contract fuzzing and differential testing
** Note that Etheno currently requires the features in the [`dev-no-hedgehog` branch](https://github.com/trailofbits/echidna/tree/dev-no-hedgehog); Etheno will prompt you to automatically install this when you try and run it the first time
** Running Echidna also requires the [`solc`](https://github.com/ethereum/solidity) compiler
* Note that Etheno currently requires the features in the [`dev-no-hedgehog` branch](https://github.com/trailofbits/echidna/tree/dev-no-hedgehog); Etheno will prompt you to automatically install this when you try and run it the first time
* Running Echidna also requires the [`solc`](https://github.com/ethereum/solidity) compiler

## Getting Help

Expand Down

0 comments on commit 8052145

Please sign in to comment.