From fa80fe51666498bbd460aedc5ae9d1d02717c542 Mon Sep 17 00:00:00 2001 From: David R Soller Date: Sat, 22 Apr 2017 21:18:46 -0400 Subject: [PATCH] Fixed README headers rendering issue These lines weren't rendering as the headers they're notated to be. Looks worse on the PyPi page [django-webpack-loader](https://pypi.python.org/pypi/django-webpack-loader/0.4.1). My fix causes it to render correctly on GitHub hopefully that will transfer over. Thanks for the work! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae8325a6..26f6133d 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,11 @@ pip install django-webpack-loader ```
+ ## Configuration
+ ### Assumptions Assuming `BASE_DIR` in settings refers to the root of your django app.