Skip to content

Commit

Permalink
Add warning about branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson authored Jan 26, 2021
1 parent a4a7b28 commit 286ae21
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
NOTE: The default branch has been renamed!
master is now named main

If you have a local clone, you can update it by running:

```shell
git branch -m master main
git fetch origin
git branch -u origin/main main
```

# **node-addon-api module**
This module contains **header-only C++ wrapper classes** which simplify
the use of the C based [N-API](https://nodejs.org/dist/latest/docs/api/n-api.html)
Expand Down

0 comments on commit 286ae21

Please sign in to comment.