diff --git a/docs/src/site/index.md b/docs/src/site/index.md index ca195dadb4..023a0d0139 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