From 087e29e43f68445aa209da1e68f1072cc31e1ee7 Mon Sep 17 00:00:00 2001 From: Andrew Knox Date: Mon, 21 Mar 2022 22:31:35 -0700 Subject: [PATCH 1/2] removing faucet that has reached EOL --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 154d6c1..7450ba6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ If you would rather learn from a video, we have a recording available of this tu 2. **Request some Ropsten Tesnet Ether from a faucet loaded into your Metamask Wallet.** - [Faucet link to request funds](https://faucet.egorfine.com/) - - [If the faucet above does not work try this one](https://faucet.ropsten.be/) - [Blog explaining a faucet and how to use one](https://blog.b9lab.com/when-we-first-built-our-faucet-we-deployed-it-on-the-morden-testnet-70bfbf4e317e) 3. **Install a http server. Use any you like, but we recommend `lite-server` for beginners:** From a9a9411d11e6949b4699a9adeb1797fb75ac48e4 Mon Sep 17 00:00:00 2001 From: Andrew Knox Date: Mon, 21 Mar 2022 22:31:57 -0700 Subject: [PATCH 2/2] moving 6th list item to next line like 1-5 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7450ba6..39759ee 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,9 @@ The first step is to create a basic html page. ``` -We will create an app that simply reads and writes a value to the blockchain. We will need a label, an input, and buttons. 6. Inside the body tag, add some text, a label and input. +We will create an app that simply reads and writes a value to the blockchain. We will need a label, an input, and buttons. + +6. Inside the body tag, add some text, a label and input. ```html