Skip to content

Commit

Permalink
Fixed GitHub Markdown Nested Lists (#238)
Browse files Browse the repository at this point in the history
Updated formatting on `README.md` to conform to GitHub's nested bullet list syntax.
  • Loading branch information
d3r1v3d authored and lloydmeta committed Jun 16, 2019
1 parent 5b7a365 commit 0701d67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Integrations are available for:
### Table of Contents

1. [Quick start](#quick-start)
1. [SBT](#sbt)
2. [Usage](#usage)
- [SBT](#sbt)
- [Usage](#usage)
2. [More examples](#more-examples)
1. [Enum](#enum)
1. [Manual override of name](#manual-override-of-name)
2. [Mixins to override the name](#mixins-to-override-the-name)
2. [ValueEnum](#valueenum)
- [Enum](#enum)
- [Manual override of name](#manual-override-of-name)
- [Mixins to override the name](#mixins-to-override-the-name)
- [ValueEnum](#valueenum)
3. [ScalaJS](#scalajs)
4. [Play integration](#play-integration)
5. [Play JSON integration](#play-json)
Expand Down

0 comments on commit 0701d67

Please sign in to comment.