Skip to content

Commit 4aa609e

Browse files
author
Andrew Knox
authored
Fix formatting and remove eol faucet link (#10)
* removing faucet that has reached EOL * moving 6th list item to next line like 1-5
1 parent 17fe63c commit 4aa609e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ If you would rather learn from a video, we have a recording available of this tu
2929

3030
2. **Request some Ropsten Tesnet Ether from a faucet loaded into your Metamask Wallet.**
3131
- [Faucet link to request funds](https://faucet.egorfine.com/)
32-
- [If the faucet above does not work try this one](https://faucet.ropsten.be/)
3332
- [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)
3433

3534
3. **Install a http server. Use any you like, but we recommend `lite-server` for beginners:**
@@ -59,7 +58,9 @@ The first step is to create a basic html page.
5958
</html>
6059
```
6160

62-
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.
61+
We will create an app that simply reads and writes a value to the blockchain. We will need a label, an input, and buttons.
62+
63+
6. Inside the body tag, add some text, a label and input.
6364

6465
```html
6566
<body>

0 commit comments

Comments
 (0)