summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/README.md b/cpp/README.md
index 2598c3d950c..677aa941801 100644
--- a/cpp/README.md
+++ b/cpp/README.md
@@ -209,7 +209,7 @@ make CONFIGS=cpp11-shared -j8
The build system supports building Xcode SDKs for Ice. These SDKs allow you to
easily develop Ice applications with Xcode. To build Xcode SDKs, use the `xcodesdk`
configurations. The [Ice Builder for Xcode][13] must be installed before building
-the SDKs.:
+the SDKs:
```
make CONFIGS=xcodesdk -j8 srcs # Build the C++98 mapping Xcode SDK
make CONFIGS=cpp11-xcodesdk -j8 srcs # Build the C++11 mapping Xcode SDK