diff --git a/README.md b/README.md
index e2c7860a..ae8325a6 100644
--- a/README.md
+++ b/README.md
@@ -307,8 +307,8 @@ the function in the `webpack_loader.utils` module.
>>> utils.get_as_tags('main')
['',
'']
-
-
+```
+
## How to use in Production
**It is up to you**. There are a few ways to handle this. I like to have slightly separate configs for production and local. I tell git to ignore my local stats + bundle file but track the ones for production. Before pushing out newer version to production, I generate a new bundle using production config and commit the new stats file and bundle. I store the stats file and bundles in a directory that is added to the `STATICFILES_DIR`. This gives me integration with collectstatic for free. The generated bundles are automatically collected to the target directory and synched to S3.