Skip to content

Commit ebc9990

Browse files
chentsulinKent C. Dodds
authored and
Kent C. Dodds
committed
docs(README): update ToC (remove broken example link) (#191)
1 parent ab29a47 commit ebc9990

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<hr />
1515

16-
1716
<!-- prettier-ignore-start -->
1817
[![Build Status][build-badge]][build]
1918
[![Code Coverage][coverage-badge]][coverage]
@@ -43,7 +42,6 @@
4342

4443
- [The Problem](#the-problem)
4544
- [This Solution](#this-solution)
46-
- [Example](#example)
4745
- [Installation](#installation)
4846
- [Implementations](#implementations)
4947
- [Other Solutions](#other-solutions)
@@ -53,7 +51,7 @@
5351

5452
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
5553

56-
## The problem
54+
## The Problem
5755

5856
You want to write maintainable tests for your Web UI. As a part of
5957
this goal, you want your tests to avoid including implementation details of
@@ -63,7 +61,7 @@ maintainable in the long run so refactors of your components (changes to
6361
implementation but not functionality) don't break your tests and slow you and
6462
your team down.
6563

66-
## This solution
64+
## This Solution
6765

6866
The `dom-testing-library` is a very light-weight solution for testing DOM nodes
6967
(whether simulated with [`JSDOM`](https://github.com/jsdom/jsdom) as provided by

0 commit comments

Comments
 (0)