From f8a835ce7c45489487d7b224d874d8934a5f53b0 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 20 Jan 2021 01:41:39 -0500 Subject: [PATCH] not just poc but also pocpp --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac769ac24..54bbce3b4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ via notcurses@googlegroups.com. i wrote a coherent free download, or [paperback purchase](https://amazon.com/dp/B086PNVNC9). i've not yet added many documented examples, but there are many small -C/C++ programs available in [src/poc/](https://github.com/dankamongmen/notcurses/tree/master/src/poc). +C/C++ programs available in [src/poc/](https://github.com/dankamongmen/notcurses/tree/master/src/poc) +and [src/pocpp/](https://github.com/dankamongmen/notcurses/tree/master/src/pocpp), respectively. `notcurses-demo` covers most of the functionality of Notcurses, and can be found in [src/demo/](https://github.com/dankamongmen/notcurses/tree/master/src/demo).