Index: native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html |
diff --git a/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html b/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html |
index 1634c484d1f52e2cb8cb9405a7f3ebf43744cb98..4892aeb9be7d673661e7719d241372dd4f3f0ab0 100644 |
--- a/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html |
+++ b/native_client_sdk/doc_generated/devguide/tutorial/tutorial-part1.html |
@@ -64,7 +64,7 @@ $ make serve |
The SDK may consist of several “bundles”, one per Chrome/Pepper version (see |
<a class="reference internal" href="/native-client/version.html"><em>versioning information</em></a>). In the sample invocation above |
<code>pepper_$(VERSION)</code> refers to the specific version you want to use. For |
-example, <code>pepper_31</code>. If you don’t know which version you need, use the |
+example, <code>pepper_37</code>. If you don’t know which version you need, use the |
one labeled <code>(stable)</code> by the <code>naclsdk list</code> command. See |
<a class="reference internal" href="/native-client/sdk/download.html"><em>Download the Native Client SDK</em></a> for more details. |
</aside> |
@@ -73,10 +73,10 @@ accessed at <code>http://localhost:5103</code>.</p> |
<p>Any server can be used for the purpose of development. The one provided with the |
SDK is just a convenience, not a requirement.</p> |
<h2 id="step-3-set-up-the-chrome-browser"><span id="tutorial-step-3"></span>Step 3: Set up the Chrome browser</h2> |
-<p>PNaCl is enabled by default in Chrome version 31 and later. Please make sure |
-that you have a suitable version to work through this tutorial. It’s also |
-important to use a Chrome version that’s the same or newer than the SDK bundle |
-used to build the Native Client modules.</p> |
+<p>PNaCl is enabled by default in Chrome. We recommend that you use a version of |
+Chrome that’s the same or newer than the SDK bundle used to build Native Client |
+modules. Older PNaCl modules will always work with newer versions of Chrome, but |
+the converse is not true.</p> |
<aside class="note"> |
To find out the version of Chrome, type <code>about:chrome</code> in the address bar. |
</aside> |