From e3f85a7c0f82df4b03313b31093c16da649d65da Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Wed, 6 Mar 2019 14:43:16 -0800 Subject: [PATCH] Updated README for coordinator package --- contracts/coordinator/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/coordinator/README.md b/contracts/coordinator/README.md index df91b529ee..927e44a229 100644 --- a/contracts/coordinator/README.md +++ b/contracts/coordinator/README.md @@ -1,6 +1,6 @@ -## Trade Execution Coordinator (Coordinator) +## Coordinator -This package contains a contract that allows users to call arbitrary functions on the Exchange contract with permission from one or more Coordinators (Trade Execution Coordinators). Addresses of the deployed contracts can be found in the 0x [wiki](https://0xproject.com/wiki#Deployed-Addresses) or the [DEPLOYS](./DEPLOYS.json) file within this package. +This package contains a contract that allows users to call arbitrary functions on the Exchange contract with permission from one or more Coordinators. Addresses of the deployed contracts can be found in the 0x [wiki](https://0xproject.com/wiki#Deployed-Addresses) or the [DEPLOYS](./DEPLOYS.json) file within this package. ## Installation