Index: native_client_sdk/src/doc/faq.rst |
diff --git a/native_client_sdk/src/doc/faq.rst b/native_client_sdk/src/doc/faq.rst |
index df03eccffd5322951b0df0a7cee23ae4f5936ad6..b83b01216ea6206de5b99f8497526bce37412fa4 100644 |
--- a/native_client_sdk/src/doc/faq.rst |
+++ b/native_client_sdk/src/doc/faq.rst |
@@ -513,11 +513,13 @@ My ``.pexe`` isn't loading, help! |
--------------------------------- |
* You must use Google Chrome version 31 or greater for Portable Native |
- Client. Make sure you have Portable Native Client installed in |
- ``about:nacl``; if not open ``about:components`` and "Check for |
- update" for PNaCl. |
-* PNaCl ``.pexe`` must be compiled with pepper_31 SDK or higher (earlier |
- SDK versions had experimental support for PNaCl, now deprecated). |
+ Client. Please `upgrade now <http://www.google.com/chrome/>`_ if you are |
JF
2014/10/08 22:00:37
Should we point out that the Chrome version can be
jpmedley
2014/11/05 03:56:11
Done.
|
+ not. If you're already using a recent version, open ``about:components`` and |
+ "Check for update" for PNaCl. |
+* A PNaCl ``.pexe`` must be compiled with pepper_31 SDK or higher (earlier |
+ SDK versions had experimental support for PNaCl, now deprecated). :ref:`Update |
JF
2014/10/08 22:00:37
Can we drop the parenthesized sentence here? If we
jpmedley
2014/11/05 03:56:11
Done.
|
+ your bundles <updating-bundles>` and make sure you're using a version of |
+ Chrome that matches. |
JF
2014/10/08 22:00:37
That matches the SDK version?
jpmedley
2014/11/05 03:56:11
Done.
|
* Your application can verify that Portable Native Client is supported |
in JavaScript with ``navigator.mimeTypes['application/x-pnacl'] !== |
undefined``. This is preferred over checking the Chrome version. |