From 2e8c600d7ad5d2dc444225e4bb38bae85c7addf6 Mon Sep 17 00:00:00 2001 From: Kim Persson Date: Thu, 20 Feb 2020 14:45:53 +0100 Subject: [PATCH] FIXES spelling in exchange readme --- contracts/exchange/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/exchange/README.md b/contracts/exchange/README.md index 4a213e912c..70d8d97616 100644 --- a/contracts/exchange/README.md +++ b/contracts/exchange/README.md @@ -1,6 +1,6 @@ ## Exchange -This package contains the implementation of the [`Exchange`](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#exchange). This contract is responsible for settling trades and is typically the entry point for all transactions that interact with the 0x protocol. Lightweight examples of how external contracts can interct with the `Exchange` contract can be found in the [examples](./contracts/examples) directory. 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 [`Exchange`](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#exchange). This contract is responsible for settling trades and is typically the entry point for all transactions that interact with the 0x protocol. Lightweight examples of how external contracts can interact with the `Exchange` contract can be found in the [examples](./contracts/examples) directory. 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