From ac1d161592eaa7ef3780b497d1897dacff169d19 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Fri, 13 Jul 2018 13:39:02 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0d043e..4a00faf 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -# status-dapp-workshop-mexico -DApp to be used during Mexico workshop on July 6th +# Create a ERC721 marketplace using Embark -Remember to fork this repository / Recuerda crear un fork de este repositorio +Remember to fork this repository ``` npm install -g embark -git clone https://github.com/GITHUB-USERNAME/status-dapp-workshop-mexico.git -cd status-dapp-workshop-mexico +git clone https://github.com/GITHUB-USERNAME/embark-tutorial-erc721.git +cd embark-tutorial-erc721 npm install ```