diff --git a/README.md b/README.md
index df6ef245753e0fbb986b008adcaf684816a4edfc..82a91127921c63310072122520cf29cb664f3bdf 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,6 @@ Getting started:
 1. install node.js (>= 0.4.5): http://nodejs.org/
 2. install the Connect framework (>= 1.3.0): http://senchalabs.github.com/connect/
 3. install xml2js
-4. run the top level `run.js` script
-5. visit the demo application ('rp') in your web browser (url output on the console at runtime)␁
+4. install sqlite (npm install sqlite will get it for you, this is the flavor: https://github.com/orlandov/node-sqlite)
+5. run the top level `run.js` script
+6. visit the demo application ('rp') in your web browser (url output on the console at runtime)␁
diff --git a/authority/server/db.js b/authority/server/db.js
index 6f13cadf8bb88cbe2b7f4c253480c1140ba3e9df..de6fcff41ed4b42142bdabf5988d57eb7b899501 100644
--- a/authority/server/db.js
+++ b/authority/server/db.js
@@ -136,4 +136,4 @@ exports.getSyncResponse = function(email, identities) {
   // XXX todo
 
   return respBody;
-};
\ No newline at end of file
+};