Skip to content

Commit

Permalink
Fix markdown in README
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jan 5, 2016
1 parent 52b7c21 commit e88a04d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ Yep, You can [browserify](http://browserify.org/) it.

### `new Ethash([cacheDB])`
Creates a new instance of `Ethash`.

**Parameters**
- `cacheDB` - an instance of a levelup db which is used to store the cache(s)

### `ethash.verifyPOW(block, cb)`
Verifies the POW on a block and its uncles

**Parameters**
- `block` - the [block](https://github.com/ethereum/ethereumjs-block) to verify
- `cb` - the callback which is given a `Boolean` determining the validaty of the block
Expand Down

0 comments on commit e88a04d

Please sign in to comment.