aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6993f78..422410f 100644
--- a/README.md
+++ b/README.md
@@ -83,12 +83,12 @@ tests and demonstrations:
* `pugl_print_events` is a utility that prints all received events to the
console in a human readable format.
- * `pugl_cxx_demo` is a simple cube demo that uses the C++ API.
+ * `pugl_cpp_demo` is a simple cube demo that uses the C++ API.
* `pugl_vulkan_demo` is a simple example of using Vulkan in C that simply
clears the window.
- * `pugl_vulkan_cxx_demo` is a more advanced Vulkan demo in C++ that draws many
+ * `pugl_vulkan_cpp_demo` is a more advanced Vulkan demo in C++ that draws many
animated rectangles like `pugl_shader_demo`.
All example programs support several command line options to control various