Chromium Code Reviews| Index: native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst |
| diff --git a/native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst b/native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst |
| index 46ab52e89c7defde02c36624a32f197d18a90788..126937d56735291f4e46e4a9ec2b5da1de8b069b 100644 |
| --- a/native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst |
| +++ b/native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst |
| @@ -75,7 +75,7 @@ rule called ``serve`` is the easiest way to invoke it: |
| The SDK may consist of several "bundles", one per Chrome/Pepper version (see |
| :doc:`versioning information </version>`). In the sample invocation above |
| ``pepper_$(VERSION)`` refers to the specific version you want to use. For |
| - example, ``pepper_31``. If you don't know which version you need, use the |
| + example, ``pepper_37``. If you don't know which version you need, use the |
| one labeled ``(stable)`` by the ``naclsdk list`` command. See |
| :doc:`Download the Native Client SDK </sdk/download>` for more details. |
| @@ -90,10 +90,8 @@ SDK is just a convenience, not a requirement. |
| Step 3: Set up the Chrome browser |
| ================================= |
| -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. |
| +PNaCl is enabled by default in Chrome. You must use a version of Chrome that's |
|
Sam Clegg
2014/10/08 17:38:01
I wouldn't say this is a must. How about "it is r
JF
2014/10/08 22:00:37
We could explain why it's recommended: older pexes
jpmedley
2014/11/05 03:56:11
Done.
jpmedley
2014/11/05 03:56:11
Done.
jpmedley
2014/11/05 03:56:11
Done.
|
| +the same or newer than the SDK bundle used to build Native Client modules. |
| .. Note:: |
| :class: note |