From 890e04fb8f8a86abd4004dd49ee2cc24188b8114 Mon Sep 17 00:00:00 2001
From: Earl St Sauver
Date: Sun, 18 Sep 2016 16:53:59 +0300
Subject: [PATCH] Update documentation to use correct markdown
The markdown on this page is rendering incorrectly. Sections have changed to generate headings consistent with the rest of the page.
---
docs/src/site/index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/src/site/index.md b/docs/src/site/index.md
index f39cf1b77c..d3169d185f 100644
--- a/docs/src/site/index.md
+++ b/docs/src/site/index.md
@@ -14,7 +14,7 @@ The name is a playful shortening of the word *category*.
around Q3 2016).
-# Getting Started
+### Getting Started
Cats is currently available for Scala 2.10 and 2.11.
@@ -78,7 +78,7 @@ we can without making unnecessary sacrifices of purity and
usability. Where sacrifices have to be made, we will strive to make
these obvious, and will keep them well documented.
-# Project Structure
+### Project Structure
In an attempt to be more modular, Cats is broken up into a number of sub-projects:
@@ -89,7 +89,7 @@ In an attempt to be more modular, Cats is broken up into a number of sub-project
* *tests* - tests that check type class instances with laws from *laws*
* *docs* - The source for this website
-# Copyright and License
+### Copyright and License
All code is available to you under the MIT license, available at
http://opensource.org/licenses/mit-license.php and also in the