diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-07 22:54:32 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-07 22:54:32 +0000 |
commit | 6f109836152e0223f3f8134ec90e873f4a80afdd (patch) | |
tree | b2496a061a52f01e91fb90d9564281c1921786fa /apps | |
parent | 8268e83d66bab1de17f0a246a6f92c2122943275 (diff) | |
download | chromium_src-6f109836152e0223f3f8134ec90e873f4a80afdd.zip chromium_src-6f109836152e0223f3f8134ec90e873f4a80afdd.tar.gz chromium_src-6f109836152e0223f3f8134ec90e873f4a80afdd.tar.bz2 |
Better format the text in README file.
Keep it in 80 char columns, separate paragraphs, etc.
NOTRY=true
BUG=None
TEST=not necessary, just updating some documentation.
R=jamescook@chromium.org
Review URL: https://codereview.chromium.org/227163005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262237 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps')
-rw-r--r-- | apps/shell/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/apps/shell/README b/apps/shell/README index 3aa2ca6..25a04d7 100644 --- a/apps/shell/README +++ b/apps/shell/README @@ -1,10 +1,13 @@ -#Introduction +# Introduction -app_shell is an experimental project to build a minimal environment like content_shell. The goal is to be able to run a v2 app and supply most of the -chrome.* extension APIs without running the rest of Chrome. +app_shell is an experimental project to build a minimal environment like +content_shell. + +The goal is to be able to run a v2 app and supply most of the chrome.* extension +APIs without running the rest of Chrome. app_shell is only officially supported on Chrome OS. -#How to run +# How to run app_shell --app=/path/to/extension |