From aeafe2591d664fcf6c70e7ddadc7875c8f691a4d Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 12 Dec 2022 21:27:17 +0700 Subject: [PATCH] Revert "Renamed `master` references to `main`" This reverts commit af8e567f25f9da7e0c14f90ede688efe56486ce4. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afc095a41..b510cca48 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js](http://nodejs.org/). [![Latest release](https://img.shields.io/github/release/TryGhost/node-sqlite3.svg)](https://www.npmjs.com/package/sqlite3) -![Build Status](https://github.com/TryGhost/node-sqlite3/workflows/CI/badge.svg?branch=main) +![Build Status](https://github.com/TryGhost/node-sqlite3/workflows/CI/badge.svg?branch=master) [![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) [![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) [![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 # or yarn add sqlite3 ``` -* GitHub's `main` branch: `npm install https://github.com/tryghost/node-sqlite3/tarball/main` +* GitHub's `master` branch: `npm install https://github.com/tryghost/node-sqlite3/tarball/master` ### Prebuilt binaries @@ -255,6 +255,6 @@ We use [GitHub releases](https://github.com/TryGhost/node-sqlite3/releases) for # License -`node-sqlite3` is [BSD licensed](https://github.com/tryghost/node-sqlite3/raw/main/LICENSE). +`node-sqlite3` is [BSD licensed](https://github.com/tryghost/node-sqlite3/raw/master/LICENSE). [![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)