Index: native_client_sdk/src/doc/devguide/devcycle/running.rst |
diff --git a/native_client_sdk/src/doc/devguide/devcycle/running.rst b/native_client_sdk/src/doc/devguide/devcycle/running.rst |
index d2ae3a7f924aecedb45f0ebfea3949373fd5bdd3..e6e25dc88ae7f9d81a4885ba9616c7bb754eb8c4 100644 |
--- a/native_client_sdk/src/doc/devguide/devcycle/running.rst |
+++ b/native_client_sdk/src/doc/devguide/devcycle/running.rst |
@@ -292,9 +292,9 @@ To run your application from a local server: |
* Enable the :ref:`Native Client flag <flag>` in Chrome. |
* Start a :ref:`local web server <web_server>`. |
* Put your application under the examples directory in the SDK bundle you are |
- using (e.g., in the directory ``pepper_31/examples/my_app``). |
+ using (for example, in the directory ``pepper_35/examples/my_app``). |
* Access your application on the local server by typing the location of its |
- HTML file in Chrome, e.g.: |
+ HTML file in Chrome, for example: |
``http://localhost:5103/my_app/my_app_main_page.html``. |
.. Note:: |