From cf70f7d4a776d72295d6969547ce351713619884 Mon Sep 17 00:00:00 2001 From: Brian LeRoux Date: Wed, 27 Jan 2010 15:14:49 -0800 Subject: [PATCH] being picky about md formatting --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d422c1c..dda824ca 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,9 @@ Getting Started with PhoneGap/Android 1. From the root of this repo run the following command to generate a new PhoneGap/Android app: - ./droidgap +
    
+    ./droidgap [android_sdk_path] [name] [package_name] [www] [path]
 
-Params:
-
     android_sdk_path ... The path to your Android SDK install.
     name ............... The name of your application.
     package_name ....... The name of your package (For example: com.nitobi.demo)