Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgpearce committed Mar 23, 2011
1 parent b904b2e commit 4a2a848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,15 +9,15 @@ We recommend that images are included inline in the generated CSS (as they are i

To get an idea of how this all works, take a look at the sample roookies.scss (and the resulting roookies.css) files that are shipped in the <code>theming</code> directory of this project. This theme was crafted by Jen Gordon of the awesome [http://www.tapptics.com/ Tapptics]

For more information about how to use SCSS and Compass, please consult the [http://sass-lang.com/ Saas] and [http://compass-style.org Compass] web sites.
For more information about how to use SCSS and Compass, please consult the [Saas](http://sass-lang.com/) and [Compass](http://compass-style.org) web sites.

To get started with this project, you will need to follow the instructions below.


Installing Sencha Touch
-----------------------

Download the Sencha Touch v1.1 SDK from [http://www.sencha.com/products/touch/download/ here] and place (or symlink) the unzipped directory, renamed to <code>touch</code>, into the <code>lib</code> folder.
Download the Sencha Touch v1.1 SDK from [here](http://www.sencha.com/products/touch/download/) and place (or symlink) the unzipped directory, renamed to <code>touch</code>, into the <code>lib</code> folder.

This should ensure that the <code>&lt;link&gt;</code> and <code>&lt;script&gt;</code> tags in the <code>index.html</code> of the application itself point to the correct locations for the JavaScript and CSS resources:

Expand Down
2 changes: 1 addition & 1 deletion lib/README.md
@@ -1,7 +1,7 @@
Installing Sencha Touch
-----------------------

Download the Sencha Touch v1.1 SDK from [http://www.sencha.com/products/touch/download/ here] and place (or symlink) the unzipped directory, renamed to <code>touch</code>, into the <code>lib</code> folder.
Download the Sencha Touch v1.1 SDK from [here](http://www.sencha.com/products/touch/download/) and place (or symlink) the unzipped directory, renamed to <code>touch</code>, into the <code>lib</code> folder.

This should ensure that the <code>&lt;link&gt;</code> and <code>&lt;script&gt;</code> tags in the <code>index.html</code> of the application itself point to the correct locations for the JavaScript and CSS resources:

Expand Down

0 comments on commit 4a2a848

Please sign in to comment.