From 2c34cfbe0ea5b2969ca5a13710694f44c1be3e6a Mon Sep 17 00:00:00 2001 From: John Shutt Date: Tue, 29 Jan 2019 10:31:18 -0500 Subject: [PATCH] Fix typo in README (#1624) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c21d6b4de..0b65b56fd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ contract MyNFT is ERC721Full, ERC721Mintable { > You need an ethereum development framework for the above import statements to work! Check out these guides for [Truffle] or [Embark]. -On our site you will find a few [guides] to learn about the diferent parts of OpenZeppelin, as well as [documentation for the API][API docs]. Keep in mind that the API docs are work in progress, and don’t hesitate to ask questions in [our Slack][Slack]. +On our site you will find a few [guides] to learn about the different parts of OpenZeppelin, as well as [documentation for the API][API docs]. Keep in mind that the API docs are work in progress, and don’t hesitate to ask questions in [our Slack][Slack]. ## Security