aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/libs/README.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-12-05 00:12:38 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-12-05 00:18:10 +0800
commit323195f4ad099a0f028e3043950d241ad8d15b37 (patch)
tree60bacd48ec7972bfcad4c472be75872727984484 /contracts/libs/README.md
parent8d0192c1ebaac74fee3cbe23a555b12d11af7178 (diff)
downloaddexon-sol-tools-323195f4ad099a0f028e3043950d241ad8d15b37.tar
dexon-sol-tools-323195f4ad099a0f028e3043950d241ad8d15b37.tar.gz
dexon-sol-tools-323195f4ad099a0f028e3043950d241ad8d15b37.tar.bz2
dexon-sol-tools-323195f4ad099a0f028e3043950d241ad8d15b37.tar.lz
dexon-sol-tools-323195f4ad099a0f028e3043950d241ad8d15b37.tar.xz
dexon-sol-tools-323195f4ad099a0f028e3043950d241ad8d15b37.tar.zst
dexon-sol-tools-323195f4ad099a0f028e3043950d241ad8d15b37.zip
De-nest libs contracts
Diffstat (limited to 'contracts/libs/README.md')
-rw-r--r--contracts/libs/README.md4
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.