From 3a0326468110dd25ab156fdd6106a4226feb69ef Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 13 May 2018 07:50:31 -0400 Subject: [PATCH] Format README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5cac5..e982a64 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ The fastest JavaScript bundler in the galaxy. Fully supports ECMAScript module syntax (`import`/`export`) in addition to CommonJS `require()`. -[Why do I need it?](#why-do-i-need-it) · [How do I get it?](#how-do-i-get-it) · [How do I use it?](#how-do-i-use-it) · [Does it do source maps?](#does-it-do-source-maps) · [Modules?](#modules) · [What are the options?](#what-are-the-options) · [Is it fast?](#is-it-fast) +- [Why do I need it?](#why-do-i-need-it) +- [How do I get it?](#how-do-i-get-it) +- [How do I use it?](#how-do-i-use-it) +- [Does it do source maps?](#does-it-do-source-maps) +- [Modules?](#modules) +- [What are the options?](#what-are-the-options) +- [Is it fast?](#is-it-fast) # Why do I need it?