aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/utils/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/utils/README.md')
-rw-r--r--contracts/utils/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/contracts/utils/README.md b/contracts/utils/README.md
index e7c7b49ff..2f872ddb5 100644
--- a/contracts/utils/README.md
+++ b/contracts/utils/README.md
@@ -6,10 +6,10 @@ Smart contracts utils used in the 0x protocol.
Contracts can be found in the [contracts](./contracts) directory. The contents of this directory are broken down into the following subdirectories:
-* [utils](./contracts/utils)
- * This directory contains libraries and utils.
-* [test](./contracts/test)
- * This directory contains mocks and other contracts that are used solely for testing contracts within the other directories.
+- [utils](./contracts/utils)
+ - This directory contains libraries and utils.
+- [test](./contracts/test)
+ - This directory contains mocks and other contracts that are used solely for testing contracts within the other directories.
## Contributing