From c2cbbd9191e3b39c993b5417d9776d13a3045e75 Mon Sep 17 00:00:00 2001 From: Jim Schlight Date: Mon, 24 Aug 2020 11:28:07 -0700 Subject: [PATCH] doc: add link to n-api tutorial website (#794) PR-URL: https://github.com/nodejs/node-addon-api/pull/794 Reviewed-By: Gabriel Schulhof Reviewed-By: Michael Dawson --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f6e34e75..aa06eea67 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ APIs exposed by node-addon-api are generally used to create and manipulate JavaScript values. Concepts and operations generally map to ideas specified in the **ECMA262 Language Specification**. +The [N-API Resource](http://nodejs.github.io/node-addon-examples/) offers an +excellent orientation and tips for developers just getting started with N-API +and node-addon-api. + - **[Setup](#setup)** - **[API Documentation](#api)** - **[Examples](#examples)**