diff options
Diffstat (limited to 'native_client_sdk/doc_generated/devguide/devcycle/running.html')
-rw-r--r-- | native_client_sdk/doc_generated/devguide/devcycle/running.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/running.html b/native_client_sdk/doc_generated/devguide/devcycle/running.html index 0cae390..a03f7f9e 100644 --- a/native_client_sdk/doc_generated/devguide/devcycle/running.html +++ b/native_client_sdk/doc_generated/devguide/devcycle/running.html @@ -158,8 +158,8 @@ correct version of Chrome. Each version of Chrome supports a corresponding version of the Pepper API. You (and your users) must use a version of Chrome that is equal to or higher than the version of the Pepper API that your application uses. For example, if you compiled your application using the -<code>pepper_31</code> bundle, your application uses the Pepper 31 API, and you must run -the application in Chrome 31 or higher. To check which version of Chrome you’re +<code>pepper_37</code> bundle, your application uses the Pepper 37 API, and you must run +the application in Chrome 37 or higher. To check which version of Chrome you’re using, type <code>about:version</code> in the Chrome address bar.</p> <h3 id="chrome-cache"><span id="cache"></span>Chrome Cache</h3> <p>Chrome caches resources aggressively. You should disable Chrome’s cache whenever @@ -329,7 +329,7 @@ to the server.<ul class="small-gap"> <li>If you’re using the local server included with the Native Client SDK, simply put your application under the <code>examples</code> directory in the SDK bundle you are using (e.g., in the directory -<code>pepper_31/examples/my_app</code>).</li> +<code>pepper_37/examples/my_app</code>).</li> </ul> </li> <li>Create a Chrome Web Store manifest file and one or more icons for your |