| Index: chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html b/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
|
| index ae354864b9382176422fa64f59c021ff9df48505..d9e4984dd7a304c0cd3e8e924eda33d99b27ba80 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/app_codelab_10_publishing.html
|
| @@ -1,7 +1,7 @@
|
| -<h1 id="lab_10_publishing">Lab 10 - Publishing</h1>
|
| +<h1 id="lab_10_publishing">Publish App</h1>
|
|
|
| <p>An app without users is just a piece of code. To get users, you need to distribute your application.
|
| -All Chrome applications are distributed through the <a href="https://chrome.google.com/webstore">Chrome Web Store</a>.
|
| +All Chrome packaged apps are distributed through the <a href="https://chrome.google.com/webstore">Chrome Web Store</a>.
|
| For those not familiar with the store, it provides several benefits to users and developers.</p>
|
|
|
| <p>For users:</p>
|
| @@ -59,4 +59,3 @@ Just make sure it contains the <code>manifest.json</code>.</p>
|
|
|
| <p><img src="{{static}}/images/codelab/publish.jpg" alt="Developer Dashboard Publish"></p>
|
|
|
| -<p>Hint: if anyone wants to create a tool that lets users quickly create all the required assets, developers would sincerely appreciate.</p>
|
|
|