Skip to content

Commit 77eb8a8

Browse files
authored
chore(README): Move TOC below the header in the README
1 parent f9ff593 commit 77eb8a8

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

README.md

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3-
4-
- [react-hooks-testing-library](#react-hooks-testing-library)
5-
- [The problem](#the-problem)
6-
- [The solution](#the-solution)
7-
- [When to use this library](#when-to-use-this-library)
8-
- [When not to use this library](#when-not-to-use-this-library)
9-
- [Example](#example)
10-
- [`useCounter.js`](#usecounterjs)
11-
- [`useCounter.test.js`](#usecountertestjs)
12-
- [Installation](#installation)
13-
- [Peer Dependencies](#peer-dependencies)
14-
- [API](#api)
15-
- [Contributors](#contributors)
16-
- [Issues](#issues)
17-
- [🐛 Bugs](#-bugs)
18-
- [💡 Feature Requests](#-feature-requests)
19-
- [❓ Questions](#-questions)
20-
- [LICENSE](#license)
21-
22-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
23-
241
<div align="center">
252
<h1>react-hooks-testing-library</h1>
263

@@ -58,6 +35,32 @@
5835
[![Watch on GitHub](https://img.shields.io/github/watchers/testing-library/react-hooks-testing-library.svg?style=social)](https://github.com/testing-library/react-hooks-testing-library/watchers)
5936
[![Star on GitHub](https://img.shields.io/github/stars/testing-library/react-hooks-testing-library.svg?style=social)](https://github.com/testing-library/react-hooks-testing-library/stargazers)
6037
[![Tweet](https://img.shields.io/twitter/url/https/github.com/testing-library/react-hooks-testing-library.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20out%20react-hooks-testing-library%20by%20%40testing-library%20https%3A%2F%2Fgithub.com%2Ftesting-library%2Freact-hooks-testing-library%20%F0%9F%91%8D)
38+
<!-- prettier-ignore-end -->
39+
40+
## Table of Contents
41+
42+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
43+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
44+
45+
- [react-hooks-testing-library](#react-hooks-testing-library)
46+
- [The problem](#the-problem)
47+
- [The solution](#the-solution)
48+
- [When to use this library](#when-to-use-this-library)
49+
- [When not to use this library](#when-not-to-use-this-library)
50+
- [Example](#example)
51+
- [`useCounter.js`](#usecounterjs)
52+
- [`useCounter.test.js`](#usecountertestjs)
53+
- [Installation](#installation)
54+
- [Peer Dependencies](#peer-dependencies)
55+
- [API](#api)
56+
- [Contributors](#contributors)
57+
- [Issues](#issues)
58+
- [🐛 Bugs](#-bugs)
59+
- [💡 Feature Requests](#-feature-requests)
60+
- [❓ Questions](#-questions)
61+
- [LICENSE](#license)
62+
63+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
6164

6265
## The problem
6366

0 commit comments

Comments
 (0)