aboutsummaryrefslogtreecommitdiffstats
path: root/packages/metacoin/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/metacoin/README.md')
-rw-r--r--packages/metacoin/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/metacoin/README.md b/packages/metacoin/README.md
index 4f9609dde..6f35dfc25 100644
--- a/packages/metacoin/README.md
+++ b/packages/metacoin/README.md
@@ -3,12 +3,12 @@
This is an example project that demonstrates how the many Ethereum dev tools developed by 0x can be used in any Solidity/TS project.
It supports:
-* Compiling & testing smart contracts
-* Generating typed contract wrappers
-* Solidity coverage
-* Solidity gas profiling
-* Running tests against Ganache
-* Running tests against our fork of Geth (it supports snapshotting & time travel)
+- Compiling & testing smart contracts
+- Generating typed contract wrappers
+- Solidity coverage
+- Solidity gas profiling
+- Running tests against Ganache
+- Running tests against our fork of Geth (it supports snapshotting & time travel)
## Contributing