diff --git a/README.md b/README.md index 4c8a945a..2bee2a76 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A complete Ethereum wallet implementation and utilities in JavaScript (and TypeS - **Tiny** (~104kb compressed; 322kb uncompressed) - **Modular** packages; include only what you need - **Complete** functionality for all your Ethereum desires -- Extensive [documentation](https://docs.ethers.io/ethers.js/html/) +- Extensive [documentation](https://docs.ethers.io/ethers.js/v5/) - Large collection of **test cases** which are maintained and added to - Fully **TypeScript** ready, with definition files and full TypeScript source - **MIT License** (including ALL dependencies); completely open source to do with as you please @@ -75,7 +75,7 @@ Ancillary Packages These are a number of packages not included in the umbrella `ethers` npm package, and additional packages are always being added. Often these packages are for specific use-cases, so rather than adding them to the umbrella package, they are added as -ancillary packaged, which can be included by those who need them, while not bloating +ancillary packages, which can be included by those who need them, while not bloating everyone else with packages they do not need. We will keep a list of useful packages here. diff --git a/packages/ethers/README.md b/packages/ethers/README.md index 4c8a945a..2bee2a76 100644 --- a/packages/ethers/README.md +++ b/packages/ethers/README.md @@ -17,7 +17,7 @@ A complete Ethereum wallet implementation and utilities in JavaScript (and TypeS - **Tiny** (~104kb compressed; 322kb uncompressed) - **Modular** packages; include only what you need - **Complete** functionality for all your Ethereum desires -- Extensive [documentation](https://docs.ethers.io/ethers.js/html/) +- Extensive [documentation](https://docs.ethers.io/ethers.js/v5/) - Large collection of **test cases** which are maintained and added to - Fully **TypeScript** ready, with definition files and full TypeScript source - **MIT License** (including ALL dependencies); completely open source to do with as you please @@ -75,7 +75,7 @@ Ancillary Packages These are a number of packages not included in the umbrella `ethers` npm package, and additional packages are always being added. Often these packages are for specific use-cases, so rather than adding them to the umbrella package, they are added as -ancillary packaged, which can be included by those who need them, while not bloating +ancillary packages, which can be included by those who need them, while not bloating everyone else with packages they do not need. We will keep a list of useful packages here.