Skip to content

Commit

Permalink
Merge pull request ethereumjs#92 from ethereumjs/fix-docs-link
Browse files Browse the repository at this point in the history
docs: fix link
  • Loading branch information
wolovim authored Dec 20, 2019
2 parents 2e6f25b + 40af78c commit f1babdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ Implements schema and functions related to Ethereum's block.

# BROWSER

This module work with `browserify`.
This module works with `browserify`.

# API

[./docs](./docs/index.md)
[./docs](./docs/README.md)

# TESTING

Tests in the `tests` directory are partly outdated and testing is primarily done by running the `BlockchainTests` from within the [ethereumjs-vm](https://github.com/ethereumjs/ethereumjs-vm) repository.

To avoid bloating this repository with [ethereum/tests](https://github.com/ethereum/tests) JSON files, we usually copy specific JSON files and wrap them with some metadata (source, date, commit hash). There's a helper to aid on that process and can be found at [wrap-ethereum-test.sh](https://github.com/ethereumjs/ethereumjs-block/blob/master/scripts/wrap-ethereum-test.sh).
To avoid bloating this repository with [ethereum/tests](https://github.com/ethereum/tests) JSON files, we usually copy specific JSON files and wrap them with some metadata (source, date, commit hash). There's a helper to aid in that process and can be found at [wrap-ethereum-test.sh](https://github.com/ethereumjs/ethereumjs-block/blob/master/scripts/wrap-ethereum-test.sh).

# EthereumJS

Expand Down

0 comments on commit f1babdb

Please sign in to comment.