From 1593ef46eec8231862fe2543f55262dd7fe28ff0 Mon Sep 17 00:00:00 2001 From: JckXia Date: Thu, 17 Feb 2022 15:51:59 -0500 Subject: [PATCH] Testing CI run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db7cb7ff4..fd8a88c90 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ git branch -u origin/main main ``` # **node-addon-api module** -This module contains **header-only C++ wrapper classes** which simplify +This module contains **header-only C++ wrapper classes** which simplify the use of the C based [Node-API](https://nodejs.org/dist/latest/docs/api/n-api.html) provided by Node.js when using C++. It provides a C++ object model and exception handling semantics with low overhead.