diff --git a/docs/getting-started.html b/docs/getting-started.html index de39ccc..87a619a 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -24,7 +24,7 @@ title: Getting started · Ratchet
  1. 1. Create your pages

    -

    Use the documentation as a reference for all the available components and piece together the pages of your app. Be sure to look at the basic page template and example applications. Customize the style too - make the prototype all your own.

    +

    Use the documentation as a reference for all the available components and piece together the pages of your app. Be sure to look at the basic page template and example applications. Make sure to add ratchet-theme-ios.css or ratchet-theme-android.css to your app's <head> if you have a specific platform in mind.

  2. 2. Connect pages with push.js

    @@ -32,7 +32,7 @@ title: Getting started · Ratchet
  3. 3. Save the prototype to your phone

    -

    There are a few ways to do this, but the simplest is to run a local server on your computer, point Safari on your iPhone to your computer, then click the button and "Add to Home Screen".

    +

    There are a few ways to do this, but the simplest is to run a local server on your computer, point Safari on your iPhone to your computer, then click the button and "Add to Home Screen". For Android, check out this guide.