Skip to content

Commit 9d05c55

Browse files
committed
Fixed up more README nits
- removed coverage badge - we should definitely add coverage reporting but it's currently broken - updated links to NPM - minor copy nits
1 parent 08d6319 commit 9d05c55

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
44

55
[![Latest release](https://img.shields.io/github/release/TryGhost/node-sqlite3.svg)](https://www.npmjs.com/package/sqlite3)
66
![Build Status](https://github.com/TryGhost/node-sqlite3/workflows/CI/badge.svg?branch=master)
7-
[![Coverage Status](https://coveralls.io/repos/mapbox/node-sqlite3/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/node-sqlite3?branch=master)
87
[![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)
98
[![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)
109
[![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)
@@ -15,14 +14,14 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
1514
- Full Buffer/Blob support
1615
- Extensive [debugging support](https://github.com/tryghost/node-sqlite3/wiki/Debugging)
1716
- [Query serialization](https://github.com/tryghost/node-sqlite3/wiki/Control-Flow) API
18-
- [Extension support](https://github.com/tryghost/node-sqlite3/wiki/Extensions), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html).
17+
- [Extension support](https://github.com/tryghost/node-sqlite3/wiki/Extensions), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
1918
- Big test suite
2019
- Written in modern C++ and tested for memory leaks
21-
- Bundles SQLite3 3.38.2, or you can build using a local SQLite
20+
- Bundles SQLite v3.38.2, or you can build using a local SQLite
2221

2322
# Installing
2423

25-
You can use [`npm`](https://github.com/isaacs/npm) or [`yarn`](https://github.com/yarnpkg/yarn) to install `sqlite3`:
24+
You can use [`npm`](https://github.com/npm/cli) or [`yarn`](https://github.com/yarnpkg/yarn) to install `sqlite3`:
2625

2726
* (recommended) Latest package:
2827
```bash
@@ -225,12 +224,7 @@ npm install sqlite3 --build-from-source --sqlite_libname=sqlcipher --sqlite=`bre
225224

226225
# Testing
227226

228-
[mocha](https://github.com/visionmedia/mocha) is required to run unit tests.
229-
230-
In sqlite3's directory (where its `package.json` resides) run the following:
231-
232227
```bash
233-
npm install mocha
234228
npm test
235229
```
236230

0 commit comments

Comments
 (0)