Commit 1c93a074 by Dane Springmeyer

Merge pull request #182 from mwilliamson/fix-readme-install

Fix installation instructions in README.md
parents 00e81b89 8ab93304
...@@ -54,7 +54,7 @@ See the [API documentation](https://github.com/developmentseed/node-sqlite3/wiki ...@@ -54,7 +54,7 @@ See the [API documentation](https://github.com/developmentseed/node-sqlite3/wiki
You can use [`npm`](https://github.com/isaacs/npm) to download and install: You can use [`npm`](https://github.com/isaacs/npm) to download and install:
* The latest `sqlite3` package: `npm install sqlite` * The latest `sqlite3` package: `npm install sqlite3`
* GitHub's `master` branch: `npm install https://github.com/developmentseed/node-sqlite3/tarball/master` * GitHub's `master` branch: `npm install https://github.com/developmentseed/node-sqlite3/tarball/master`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment