From 68bdaaa2112dd812847cdd3af41375d949dead79 Mon Sep 17 00:00:00 2001 From: Kevin Weaver Date: Tue, 18 Jan 2022 12:37:25 -0500 Subject: [PATCH] Return fixed openzeppelin deprecated guide url --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a42b3cb..55532a8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# TutorialToken Truffle Box - ## This box is deprecated. It is likely some features in this box will not work as expected. -Consider following [this tutorial](https://forum.openzeppelin.com/t/create-an-erc20-using-truffle-without-writing-solidity/2713) to create an ERC20 with truffle. +Consider following [this tutorial](https://forum.openzeppelin.com/t/create-an-erc20-using-truffle-without-writing-solidity/2713) to create an ERC20 with truffle instead. + +# TutorialToken Truffle Box + +This box has all you need to get started with our [Open Zeppelin (TutorialToken) tutorial](https://trufflesuite.com/guides/robust-smart-contracts-with-openzeppelin/). ## Installation