From: Andy Matthews Date: Thu, 19 Apr 2012 16:03:34 +0000 (-0500) Subject: Update readme.md X-Git-Url: https://git.mdrn.pl/ReadingsJQM.git/commitdiff_plain/53daa119342229bb6bc7e4ed2eb19529a6d4ffe6?hp=2485444f7eef43643e7a4402c59ad65863a86034 Update readme.md --- diff --git a/readme.md b/readme.md index a36f953..dd21aa1 100644 --- a/readme.md +++ b/readme.md @@ -2,12 +2,14 @@ "What do I need in a new jQuery Mobile project?". This project is meant to be a single place for developers to get started using jQuery Mobile. It includes icon files, robots.txt (and human).txt files, as well as an extensive snippets library that developers can use as reference. -Note...the jQuery team has offered two options for CSS file inclusion. If you're planning on using a custom theme then you only need to include `jquery.mobile.structure-1.1.0.min.css`. +**Note:** The jQuery team has offered two options for CSS file inclusion. If you're planning on using a custom theme then you only need to include `jquery.mobile.structure-1.1.0.min.css`. ## Quick start 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. This means that 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. + ## Example [View a simple demo ](http://andymatthews.net/code/jquery-mobile-boilerplate/)