From e5d84d972b58e6a9f3e071a80036ae07f1b2b068 Mon Sep 17 00:00:00 2001
From: Andy Matthews <andy@commadelimited.com>
Date: Thu, 19 Apr 2012 11:05:18 -0500
Subject: [PATCH] Update readme.md

---
 readme.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/readme.md b/readme.md
index 6f97534..978c601 100644
--- a/readme.md
+++ b/readme.md
@@ -9,9 +9,11 @@
 Clone the git repo - `git clone git@github.com:commadelimited/jQuery-Mobile-Boilerplate.git` - or [download it](https://github.com/commadelimited/jQuery-Mobile-Boilerplate/zipball/master)
 
 **Note:** By default, the links to the CSS and JS files are root relative.
+
 `<script src="/js/application.js"></script>`
 
 Boilerplate expects to be placed in the root of your website. If this is not the configuration you're using then you'll need to update these links manually.
+
 `<script src="js/application.js"></script>`
 
 ## Example
-- 
2.20.1