From 0d78c99dc3aba4026f198932a5cd211b6fa6236e Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 20 Aug 2018 14:54:53 -0400 Subject: [PATCH] Typo fix --- instructions/6 Coding: dApp.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/instructions/6 Coding: dApp.md b/instructions/6 Coding: dApp.md index dad3813..59bed0a 100644 --- a/instructions/6 Coding: dApp.md +++ b/instructions/6 Coding: dApp.md @@ -64,7 +64,6 @@ const post = posts(i).call(); ###### `Post.js` -``` 1. Edit `_loadAttributes`. Obtain the post from IPFS ``` const ipfsText = await EmbarkJS.Storage.get(ipfsHash); @@ -96,4 +95,4 @@ const receipt = await toSend.send({gas: estimatedGas + 1000}); ``` #### Check the dApp -Open a browser, navigate to http://localhost:8000 and admire your creation! and also try to fix any bug we may have introduced. \ No newline at end of file +Open a browser, navigate to http://localhost:8000 and admire your creation! and also try to fix any bug we may have introduced.