Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan committed May 13, 2018
1 parent e79427c commit 3a03264
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,13 @@

The fastest JavaScript bundler in the galaxy. Fully supports ECMAScript module syntax (`import`/`export`) in addition to CommonJS `require(<string>)`.

[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?

Expand Down

0 comments on commit 3a03264

Please sign in to comment.