Skip to content

Commit 286ae21

Browse files
authored
Add warning about branch rename
1 parent a4a7b28 commit 286ae21

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
# **node-addon-api module**
213
This module contains **header-only C++ wrapper classes** which simplify
314
the use of the C based [N-API](https://nodejs.org/dist/latest/docs/api/n-api.html)

0 commit comments

Comments
 (0)