Index: native_client_sdk/src/getting_started/part2/README |
diff --git a/native_client_sdk/src/getting_started/part2/README b/native_client_sdk/src/getting_started/part2/README |
index 96c97716f9e515edaee0202f0c847080727e38fe..40fe5e24fa4fa340260d678235c543db94212bcd 100644 |
--- a/native_client_sdk/src/getting_started/part2/README |
+++ b/native_client_sdk/src/getting_started/part2/README |
@@ -10,8 +10,9 @@ Please see the online documentation here: |
Part 2 of the tutorial is the same as part 1, except: |
* The SDK build system is now used. This simplifies supporting multiple NaCl |
- toolchains (e.g. PNaCl, newlib, GLibC). See $NACL_SDK_ROOT/README.Makefiles |
- for more information about the SDK Build system. |
+ toolchains (e.g. pnacl, clang-newlib, glibc). See |
+ $NACL_SDK_ROOT/README.Makefiles for more information about the SDK Build |
+ system. |
* The example loads common.js, a JavaScript file that has common code used in |
all of the SDK examples. |