Skip to content

Commit aeafe25

Browse files
committed
Revert "Renamed master references to main"
This reverts commit af8e567.
1 parent 57ce2d4 commit aeafe25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js](http://nodejs.org/).
44

55
[![Latest release](https://img.shields.io/github/release/TryGhost/node-sqlite3.svg)](https://www.npmjs.com/package/sqlite3)
6-
![Build Status](https://github.com/TryGhost/node-sqlite3/workflows/CI/badge.svg?branch=main)
6+
![Build Status](https://github.com/TryGhost/node-sqlite3/workflows/CI/badge.svg?branch=master)
77
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3?ref=badge_shield)
88
[![N-API v3 Badge](https://img.shields.io/badge/N--API-v3-green.svg)](https://nodejs.org/dist/latest/docs/api/n-api.html#n_api_n_api)
99
[![N-API v6 Badge](https://img.shields.io/badge/N--API-v6-green.svg)](https://nodejs.org/dist/latest/docs/api/n-api.html#n_api_n_api)
@@ -29,7 +29,7 @@ npm install sqlite3
2929
# or
3030
yarn add sqlite3
3131
```
32-
* GitHub's `main` branch: `npm install https://github.com/tryghost/node-sqlite3/tarball/main`
32+
* GitHub's `master` branch: `npm install https://github.com/tryghost/node-sqlite3/tarball/master`
3333

3434
### Prebuilt binaries
3535

@@ -255,6 +255,6 @@ We use [GitHub releases](https://github.com/TryGhost/node-sqlite3/releases) for
255255

256256
# License
257257

258-
`node-sqlite3` is [BSD licensed](https://github.com/tryghost/node-sqlite3/raw/main/LICENSE).
258+
`node-sqlite3` is [BSD licensed](https://github.com/tryghost/node-sqlite3/raw/master/LICENSE).
259259

260260
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fnode-sqlite3?ref=badge_large)

0 commit comments

Comments
 (0)