Index: chrome/common/extensions/docs/static/autoupdate.html |
=================================================================== |
--- chrome/common/extensions/docs/static/autoupdate.html (revision 133552) |
+++ chrome/common/extensions/docs/static/autoupdate.html (working copy) |
@@ -3,7 +3,7 @@ |
<p>We want extensions to be autoupdated for some of the same reasons as Google Chrome itself: to incorporate bug and security fixes, add new features or performance enhancements, and improve user interfaces.</p> |
-<p>If you publish your extension using the <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, you can <em>stop reading now</em>. You can use the dashboard to release updated versions of your extension to users, as well as to the Chrome Web Store.</p> |
+<p>If you publish your extension using the <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, you can <em>ignore this page</em>. You can use the dashboard to release updated versions of your extension to users, as well as to the Chrome Web Store.</p> |
<p>If you want to host your extension somewhere other than the store, keep reading. |
You should also read <a href="hosting.html">Hosting</a> and |