From c581f1bba49b2581e205b65a2b5ebe00a84ea3a5 Mon Sep 17 00:00:00 2001 From: Michael Zhu Date: Tue, 28 Jan 2020 13:35:39 -0800 Subject: [PATCH] Update Broker README --- contracts/broker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/broker/README.md b/contracts/broker/README.md index 83ceefcf00..0ad06fb3d4 100644 --- a/contracts/broker/README.md +++ b/contracts/broker/README.md @@ -1,6 +1,6 @@ ## Broker -This package contains the implementation of the `Broker` contract. This contract serves as an entry-point to the 0x Exchange for the filling of property-based orders. Addresses of the deployed contracts can be found in this 0x [guide](https://0x.org/docs/guides/0x-cheat-sheet) or the [DEPLOYS](./DEPLOYS.json) file within this package. +This package contains the implementation of the [`Broker` contract](https://github.com/0xProject/ZEIPs/issues/75). This contract serves as an entry-point to the 0x Exchange for the filling of property-based orders. Addresses of the deployed contracts can be found in this 0x [guide](https://0x.org/docs/guides/0x-cheat-sheet) or the [DEPLOYS](./DEPLOYS.json) file within this package. ## Installation