diff options
Diffstat (limited to 'contracts/libs/README.md')
-rw-r--r-- | contracts/libs/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contracts/libs/README.md b/contracts/libs/README.md index 42548f7c3..66eedf6be 100644 --- a/contracts/libs/README.md +++ b/contracts/libs/README.md @@ -6,8 +6,8 @@ Smart contracts libs 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: -* [protocol](./contracts/protocol) - * This directory contains the libs used by protocol contracts. +* [libs](./contracts/protocol) + * This directory contains the libs. * [test](./contracts/test) * This directory contains mocks and other contracts that are used solely for testing contracts within the other directories. |