diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 21:47:46 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-08 21:47:46 +0000 |
commit | 7ff7b8145878e28d9b85e9481b41f6d0651f7860 (patch) | |
tree | 20810b48badd9d7e5f8d64c06a2165947f63a6d1 /chrome/common/extensions/docs/getstarted.html | |
parent | cee0a9098a90ea5ea76eb54389548712e163b275 (diff) | |
download | chromium_src-7ff7b8145878e28d9b85e9481b41f6d0651f7860.zip chromium_src-7ff7b8145878e28d9b85e9481b41f6d0651f7860.tar.gz chromium_src-7ff7b8145878e28d9b85e9481b41f6d0651f7860.tar.bz2 |
Minor copyedit of new Xyz channel wording.
TBR=aa
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/466074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rw-r--r-- | chrome/common/extensions/docs/getstarted.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 047cf45..f1cc8ab 100644 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -284,13 +284,14 @@ The icon and page will look something like this: <h2 id="browser">Get your browser ready</h2> <p>To develop extensions for Google Chrome, -you need to get on an early access release channel of Google Chrome. The normal -'stable' release of Google Chrome doesn't yet support extensions (but we're working +you need to get on an early access release channel of Google Chrome. The normal, +"Stable channel" release of Google Chrome doesn't yet support extensions (but we're working hard on that!). +</p> <ul> - <li>For <b>Windows</b> and <b>Linux</b>, subscribe to the <a href='http://www.google.com/landing/chrome/beta/'>Beta Channel</a>. - <li>For <b>Mac</b>, subscribe to the <a href='http://www.chromium.org/getting-involved/dev-channel#TOC-Mac'>Dev Channel</a>. + <li> <b>Windows</b> or <b>Linux</b>: Subscribe to the <a href="http://www.google.com/landing/chrome/beta/">Beta channel</a> </li> + <li> <b>Mac</b>: Subscribe to the <a href="http://www.chromium.org/getting-involved/dev-channel#TOC-Mac">Dev channel</a> </li> </ul> <h2 id="load">Create and load an extension</h2> @@ -408,7 +409,7 @@ it won't work! </p> <h2 id="summary">Now what?</h2> -<!-- [PENDING: Summarize what we did, what it means, what else we would've done if this were a real extension (e.g. package it), and where to find more information.] --> +<!-- [PENDING: Summarize what we did, what it means, what else we would've done if this were a real extension (e.g. package/zip it), and where to find more information.] --> <p> Here are some suggestions for what to do next: |