Chromium Code Reviews| Index: extensions/shell/README |
| diff --git a/extensions/shell/README b/extensions/shell/README |
| index 52e64dd871385d1c963dc51d2b3e36d708e42fd0..02401132c8ad5191770dba96eec75fd7b41d02f2 100644 |
| --- a/extensions/shell/README |
| +++ b/extensions/shell/README |
| @@ -10,8 +10,8 @@ app_shell is only officially supported on Chrome OS. |
| # How to run |
|
Yoyo Zhou
2014/11/14 23:21:29
Should there be another section in here giving a c
Zachary Kuznia
2014/11/14 23:26:20
Done.
|
| -$ app_shell --app-shell-app-path=/path/to/extension |
| +$ app_shell --load-apps=/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/ |
| +$ app_shell --load-apps=chrome/common/extensions/docs/examples/apps/calculator/app/ |