Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit a825e9c

Browse files
author
Kent C. Dodds
committedOct 1, 2019
fix: table of contents in README
1 parent 36bb6c3 commit a825e9c

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed
 

‎README.md

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +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-
- [cross-env 🔀](#cross-env-)
5-
- [The problem](#the-problem)
6-
- [This solution](#this-solution)
7-
- [Installation](#installation)
8-
- [Usage](#usage)
9-
- [`cross-env` vs `cross-env-shell`](#cross-env-vs-cross-env-shell)
10-
- [Windows Issues](#windows-issues)
11-
- [Inspiration](#inspiration)
12-
- [Other Solutions](#other-solutions)
13-
- [Contributors](#contributors)
14-
- [LICENSE](#license)
15-
16-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
17-
181
<p align="center">
192
<a href="https://codefund.io/properties/445/visit-sponsor">
203
<img src="https://codefund.io/properties/445/sponsor" />
@@ -54,6 +37,20 @@ setting or using the environment variable properly for the platform. Just set it
5437
like you would if it's running on a POSIX system, and `cross-env` will take care
5538
of setting it properly.
5639

40+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
41+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
42+
43+
- [Installation](#installation)
44+
- [Usage](#usage)
45+
- [`cross-env` vs `cross-env-shell`](#cross-env-vs-cross-env-shell)
46+
- [Windows Issues](#windows-issues)
47+
- [Inspiration](#inspiration)
48+
- [Other Solutions](#other-solutions)
49+
- [Contributors](#contributors)
50+
- [LICENSE](#license)
51+
52+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
53+
5754
## Installation
5855

5956
This module is distributed via [npm][npm] which is bundled with [node][node] and

0 commit comments

Comments
 (0)
This repository has been archived.