diff --git a/.verb.md b/.verb.md
index 24fa17d..ca462aa 100644
--- a/.verb.md
+++ b/.verb.md
@@ -1,3 +1,15 @@
+# Sponsors
+
+Thanks to the following companies, organizations, and individuals for supporting the ongoing maintenance and development of {%= name %}! [Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
+
+## Gold Sponsors
+
+| [](https://jaake.tech/) |
+|:---:|
+| [https://jaake.tech/](https://jaake.tech/) |
+
+
+
## Quick Start
Assuming you want to add a TOC to README.md:
1. `$ npm install -g markdown-toc`
@@ -263,13 +275,3 @@ Type: `Boolean`
Default: `true`
Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior.
-
-## Sponsors
-
-The following companies, organizations, and individuals support the ongoing maintenance and development of {%= name %}. [Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
-
-### Gold Sponsors
-
-| [](https://jaake.tech/) |
-|:---:|
-| [https://jaake.tech/](https://jaake.tech/) |
diff --git a/README.md b/README.md
index fe3e0ee..42fc603 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# markdown-toc [![NPM version](https://img.shields.io/npm/v/markdown-toc.svg?style=flat)](https://www.npmjs.com/package/markdown-toc) [![NPM monthly downloads](https://img.shields.io/npm/dm/markdown-toc.svg?style=flat)](https://npmjs.org/package/markdown-toc) [![NPM total downloads](https://img.shields.io/npm/dt/markdown-toc.svg?style=flat)](https://npmjs.org/package/markdown-toc) [![Windows Build Status](https://img.shields.io/appveyor/ci/jonschlinkert/markdown-toc.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/jonschlinkert/markdown-toc)
+# markdown-toc [![NPM version](https://img.shields.io/npm/v/markdown-toc.svg?style=flat)](https://www.npmjs.com/package/markdown-toc) [![NPM monthly downloads](https://img.shields.io/npm/dm/markdown-toc.svg?style=flat)](https://npmjs.org/package/markdown-toc) [![NPM total downloads](https://img.shields.io/npm/dt/markdown-toc.svg?style=flat)](https://npmjs.org/package/markdown-toc)
> Generate a markdown TOC (table of contents) with Remarkable.
@@ -19,8 +19,6 @@ Please consider following this project's author, [Jon Schlinkert](https://github
* [options.maxdepth](#optionsmaxdepth)
* [options.firsth1](#optionsfirsth1)
* [options.stripHeadingTags](#optionsstripheadingtags)
-- [Sponsors](#sponsors)
- * [Gold Sponsors](#gold-sponsors)
- [About](#about)
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
@@ -33,6 +31,18 @@ Install with [npm](https://www.npmjs.com/):
$ npm install --save markdown-toc
```
+# Sponsors
+
+Thanks to the following companies, organizations, and individuals for supporting the ongoing maintenance and development of markdown-toc! [Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
+
+## Gold Sponsors
+
+| [](https://jaake.tech/) |
+|:---:|
+| [https://jaake.tech/](https://jaake.tech/) |
+
+
+
## Quick Start
Assuming you want to add a TOC to README.md:
@@ -64,8 +74,6 @@ Usage: markdown-toc [options]
* [options.maxdepth](#optionsmaxdepth)
* [options.firsth1](#optionsfirsth1)
* [options.stripHeadingTags](#optionsstripheadingtags)
-- [Sponsors](#sponsors)
- * [Gold Sponsors](#gold-sponsors)
- [About](#about)
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_;
@@ -315,16 +323,6 @@ Default: `true`
Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior.
-## Sponsors
-
-The following companies, organizations, and individuals support the ongoing maintenance and development of markdown-toc. [Become a Sponsor](https://github.com/sponsors/jonschlinkert) to add your logo to this README, or any of [my other projects](https://github.com/jonschlinkert?tab=repositories&q=&type=&language=&sort=stargazers)
-
-### Gold Sponsors
-
-| [](https://jaake.tech/) |
-|:---:|
-| [https://jaake.tech/](https://jaake.tech/) |
-
## About
@@ -372,7 +370,7 @@ You might also be interested in these projects:
| **Commits** | **Contributor** |
| --- | --- |
-| 198 | [jonschlinkert](https://github.com/jonschlinkert) |
+| 199 | [jonschlinkert](https://github.com/jonschlinkert) |
| 9 | [doowb](https://github.com/doowb) |
| 4 | [dbooth-boston](https://github.com/dbooth-boston) |
| 3 | [sapegin](https://github.com/sapegin) |