Index: extensions/shell/README |
diff --git a/extensions/shell/README b/extensions/shell/README |
index 25a04d79f698f47530065acb6c2257e5e971668f..52e64dd871385d1c963dc51d2b3e36d708e42fd0 100644 |
--- a/extensions/shell/README |
+++ b/extensions/shell/README |
@@ -10,4 +10,8 @@ app_shell is only officially supported on Chrome OS. |
# How to run |
-app_shell --app=/path/to/extension |
+$ app_shell --app-shell-app-path=/path/to/extension |
+ |
+# For example, you can try the calculator app: |
+ |
+$ app_shell --app-shell-app-path=chrome/common/extensions/docs/examples/apps/calculator/app/ |