diff --git a/docs/Introduction/tutorials/beginners-tutorial.md b/docs/Introduction/tutorials/beginners-tutorial.md index 8e8e1255014..aec01f0c71c 100644 --- a/docs/Introduction/tutorials/beginners-tutorial.md +++ b/docs/Introduction/tutorials/beginners-tutorial.md @@ -221,7 +221,7 @@ Have a play around with the contract. This is what we'll use for the compiler. - [ ] An address to deploy from -Contracts are deployed by addresses on the network, so deploy our own we need an address. Not only that, but we need one which we can easily use with Remix. Fortunately, Metamask is just what is needed. Metamask allows anyone to create an address, store funds and interact with Ethereum compatible blockchains from a browser extension. +Contracts are deployed by addresses on the network, so to deploy our own we need an address. Not only that, but we need one which we can easily use with Remix. Fortunately, Metamask is just what is needed. Metamask allows anyone to create an address, store funds and interact with Ethereum compatible blockchains from a browser extension. Head to the Metamask website to download, install and create an account. @@ -309,4 +309,4 @@ Once deployed, an item will appear in the "Deployed Contracts" section underneat [/block] Click on the caret to see a list of all the functions available to call. -Click "getLatestPrice", and voilĂ ! The latest price appears just underneath the button. We have successfully deployed a smart contract, which uses Chainlink price feeds, to the Kovan Ethereum testnet! \ No newline at end of file +Click "getLatestPrice", and voilĂ ! The latest price appears just underneath the button. We have successfully deployed a smart contract, which uses Chainlink price feeds, to the Kovan Ethereum testnet!