Skip to content

Commit c2cbbd9

Browse files
authored
doc: add link to n-api tutorial website (#794)
PR-URL: #794 Reviewed-By: Gabriel Schulhof <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 1c2a8d5 commit c2cbbd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ APIs exposed by node-addon-api are generally used to create and
3737
manipulate JavaScript values. Concepts and operations generally map
3838
to ideas specified in the **ECMA262 Language Specification**.
3939

40+
The [N-API Resource](http://nodejs.github.io/node-addon-examples/) offers an
41+
excellent orientation and tips for developers just getting started with N-API
42+
and node-addon-api.
43+
4044
- **[Setup](#setup)**
4145
- **[API Documentation](#api)**
4246
- **[Examples](#examples)**

0 commit comments

Comments
 (0)