Skip to content

Commit 0011385

Browse files
docs: update README
1 parent 68bdc5e commit 0011385

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
# DocToc [![build status](https://secure.travis-ci.org/thlorenz/doctoc.svg)](http://travis-ci.org/thlorenz/doctoc)
1+
# DocToc
22

3-
<a href="https://www.patreon.com/bePatron?u=8663953"><img alt="become a patron" src="https://c5.patreon.com/external/logo/become_a_patron_button.png" height="35px"></a>
3+
[![npm version](https://badge.fury.io/js/%40technote-space%2Fdoctoc.svg)](https://badge.fury.io/js/%40technote-space%2Fdoctoc)
4+
[![CI Status](https://github.com/technote-space/doctoc/workflows/CI/badge.svg)](https://github.com/technote-space/doctoc/actions)
5+
[![codecov](https://codecov.io/gh/technote-space/doctoc/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/doctoc)
6+
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/doctoc/badge)](https://www.codefactor.io/repository/github/technote-space/doctoc)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/doctoc/blob/master/LICENSE)
48

59
Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated
610
by github or other sites via a command line flag.
711

12+
## Table of Contents
13+
814
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
915
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1016
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
@@ -25,7 +31,6 @@ by github or other sites via a command line flag.
2531

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

28-
2934
## Installation
3035

3136
npm install -g doctoc

0 commit comments

Comments
 (0)