diff --git a/README.md b/README.md index 5b071491..7e8b2eba 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ - [Installation](#installation) -- [A simple example](#a-simple-example) +- [A basic example](#a-basic-example) - [More examples](#more-examples) +- [Guiding Principles](#guiding-principles) - [Docs](#docs) - [Typings](#typings) - [ESLint support](#eslint-support) @@ -67,10 +68,10 @@ npm install --save-dev @testing-library/vue This library has `peerDependencies` listings for `Vue` and `vue-template-compiler`. -You may also be interested in installing `jest-dom` so you can use -[the custom Jest matchers](https://github.com/testing-library/jest-dom#readme). +You may also be interested in installing `jest-dom` so you can use [the custom +Jest matchers][jest-dom]. -## A simple example +## A basic example ```html @@ -83,6 +84,7 @@ You may also be interested in installing `jest-dom` so you can use