Skip to content

Commit 00e81b8

Browse files
author
Dane Springmeyer
committed
Merge pull request TryGhost#175 from Mithgol/patch-1
a couple of minor changes in README
2 parents e96afaf + 9b687d7 commit 00e81b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# NAME
22

3-
node-sqlite3 - Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [node.js](https://github.com/joyent/node) 0.2-0.4 (versions 2.0.x), **0.6.13+, 0.8.x, and 0.10.x** (versions 2.1.x).
3+
node-sqlite3 - Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](http://nodejs.org/) 0.2-0.4 (versions 2.0.x), **0.6.13+, 0.8.x, and 0.10.x** (versions 2.1.x).
44

55
[![Build Status](https://travis-ci.org/developmentseed/node-sqlite3.png?branch=master)](https://travis-ci.org/developmentseed/node-sqlite3)
66
[![npm package version](https://badge.fury.io/js/sqlite3.png)](https://npmjs.org/package/sqlite3)
77

88

99
# USAGE
1010

11-
Install with `npm install sqlite3`.
11+
**Note:**   the module must be [installed](#installing) before use.
1212

1313
``` js
1414
var sqlite3 = require('sqlite3').verbose();

0 commit comments

Comments
 (0)