From bd74b6c83baabb66b2aaa049e77666b0f98fb6c1 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Wed, 13 Jan 2021 02:13:34 +0100 Subject: [PATCH] Create README.md --- examples/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..8a470ce --- /dev/null +++ b/examples/README.md @@ -0,0 +1,3 @@ +# Examples + +Make sure to also check out the JavaScript examples, the TypeDoc documentation browser and the Discussions tab here on GitHub. Much of what is true for the Node.js addon is true also for the C++ library.