aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-24 09:16:08 -0400
committerDavid Robillard <d@drobilla.net>2021-05-24 09:42:59 -0400
commit3d78a073d90d8f232604fbdc76a6a583ffab364b (patch)
tree75233415a2ad06ae2927eb7118655c52a4490c15 /README.md
parent07ba65842428ad50367847c7236881d814620ef4 (diff)
downloadpugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.tar.gz
pugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.tar.bz2
pugl-3d78a073d90d8f232604fbdc76a6a583ffab364b.zip
Consistently refer to C++ as "cpp" and fix installation
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