From a9a280f23a483a9270d884c0698a847c3e0e84a5 Mon Sep 17 00:00:00 2001 From: KatherineMichel Date: Mon, 22 Jan 2018 13:34:54 -0600 Subject: [PATCH] Fixing spacing --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e90dc5a8..23d7feee 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ [![](http://slack.pinaxproject.com/badge.svg)](http://slack.pinaxproject.com/) [![](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) + ## Table of Contents * [About Pinax](#about-pinax) @@ -34,11 +35,13 @@ * [Connect with Pinax](#connect-with-pinax) * [License](#license) + ## About Pinax Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com. + ## pinax-notifications ### Overview @@ -168,7 +171,6 @@ This will call the handler to create notices after the application is migrated. default_app_config = 'myapp.apps.MyAppConfig' ``` - #### Templates Default templates are provided by the `pinax-templates` app in the @@ -511,7 +513,6 @@ your notice `full.txt` and `short.txt` plain text templates must now be autoesca ### 3.0 * fix compatability with Django migrations - ### 2.1.0 * add Django migrations @@ -605,4 +606,4 @@ and check out our [Pinax Project blog](http://blog.pinaxproject.com). ## License -Copyright (c) 2012-2018 James Tauber and contributors under the [MIT license](https://opensource.org/licenses/MIT). \ No newline at end of file +Copyright (c) 2012-2018 James Tauber and contributors under the [MIT license](https://opensource.org/licenses/MIT).