Skip to content

Commit b19ed7b

Browse files
committed
Link to C++ tests and Node Add-on docs in README
1 parent e59cf89 commit b19ed7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ For a simpler example, see the **[async pi estimation example](https://github.co
5454

5555
For another example, see **[nan-example-eol](https://github.com/CodeCharmLtd/nan-example-eol)**. It shows newline detection implemented as a native addon.
5656

57+
Also take a look at our comprehensive [C++ tests](https://github.com/nodejs/nan/tree/master/test/cpp) which has a plehora of code snippets for your pasting pleasure.
58+
5759
<a name="api"></a>
5860
## API
5961

@@ -62,6 +64,7 @@ Additional to the NAN documentation below, please consult:
6264
* [The V8 Getting Started Guide](https://developers.google.com/v8/get_started)
6365
* [The V8 Embedders Guide](https://developers.google.com/v8/embed)
6466
* [V8 API Documentation](http://v8docs.nodesource.com/)
67+
* [Node Add-on Documentation](https://nodejs.org/api/addons.html)
6568

6669
<!-- START API -->
6770

0 commit comments

Comments
 (0)