Skip to content

Commit

Permalink
Merge pull request goerli#5 from goerli/a5-docs-readme
Browse files Browse the repository at this point in the history
docs: fix screenshots
  • Loading branch information
5chdn authored Dec 3, 2018
2 parents 2f25d94 + f4440ab commit a166125
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = function(grunt) {
{
expand: true,
cwd: 'src/images/',
src: ['*.ico'],
src: ['*.*'],
dest: 'dist/',
filter: 'isFile'
},
Expand Down Expand Up @@ -106,7 +106,7 @@ module.exports = function(grunt) {
{
expand: true,
cwd: 'src/images/',
src: ['*.ico'],
src: ['*.*'],
dest: 'dist/',
filter: 'isFile'
},
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Ethereum Network Stats with POA and POW support
This is a visual interface for tracking proof-of-work ("mainnet") and proof-of-authority ("testnet") network status. It uses WebSockets to receive stats from running nodes and output them through an angular interface. It is the front-end implementation for [netstats-client](https://github.com/goerli/netstats-client).

## Proof-of-Authority
![Screenshot](src/images/screenshot-v0.1.0.png "Screenshot")
![Screenshot](src/images/screenshot-poa.png "Screenshot POA")

#### Prerequisite
* node
Expand Down Expand Up @@ -40,7 +40,7 @@ Find the interface at http://localhost:3000

## Proof-of-Work (Legacy)

![Screenshot](src/images/screenshot-v0.0.6.png "Screenshot")
![Screenshot](src/images/screenshot-pow.png "Screenshot POW")

Same as above, just run the `pow` build task in Grunt.

Expand Down
File renamed without changes
Binary file added src/images/screenshot-pow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/screenshot-v0.0.1.jpg
Binary file not shown.
Binary file removed src/images/screenshot-v0.0.2.jpg
Binary file not shown.
Binary file removed src/images/screenshot-v0.0.5.jpg
Binary file not shown.
Binary file removed src/images/screenshot.jpg
Binary file not shown.

0 comments on commit a166125

Please sign in to comment.