We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a7b28 commit 286ae21Copy full SHA for 286ae21
README.md
@@ -1,3 +1,14 @@
1
+NOTE: The default branch has been renamed!
2
+master is now named main
3
+
4
+If you have a local clone, you can update it by running:
5
6
+```shell
7
+git branch -m master main
8
+git fetch origin
9
+git branch -u origin/main main
10
+```
11
12
# **node-addon-api module**
13
This module contains **header-only C++ wrapper classes** which simplify
14
the use of the C based [N-API](https://nodejs.org/dist/latest/docs/api/n-api.html)
0 commit comments