Add picture to README

This commit is contained in:
Boris Kubiak 2018-02-15 08:33:45 +01:00
parent 9535ff6be2
commit fb4ca9e32a
3 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,8 @@ Browser-based ETH vanity address generator
Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️
[![Vanity-ETH](https://i.imgur.com/hxgxohl.png)](https://git.io/veth)
## Usage
@ -56,10 +58,10 @@ Run the dev-sever while you code
npm run dev
```
Build the project
Build the project (optional)
```sh
npm run build
```
The Travis CI bot is in charge of building and deploying Vanity-ETH to Github pages.
The Travis CI bot 🤖 is in charge of building and deploying Vanity-ETH to Github pages.

Binary file not shown.

View file

@ -2,7 +2,7 @@
<!--Github corner-->
<div>
<h1>VANITY-ETH</h1>
<p>Vanity ETH address generator</p>
<p>ETH vanity address generator</p>
</div>
</template>