File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
Asynchronous, non-blocking [ SQLite3] ( https://sqlite.org/ ) bindings for [ Node.js] ( http://nodejs.org/ ) .
4
4
5
5
[ ![ 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 )
7
7
[ ![ 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 )
8
8
[ ![ 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 )
9
9
[ ![ 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
29
29
# or
30
30
yarn add sqlite3
31
31
```
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 `
33
33
34
34
### Prebuilt binaries
35
35
@@ -255,6 +255,6 @@ We use [GitHub releases](https://github.com/TryGhost/node-sqlite3/releases) for
255
255
256
256
# License
257
257
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 ) .
259
259
260
260
[ ![ 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 )
You can’t perform that action at this time.
0 commit comments