diff --git a/README.md b/README.md index 958a2579ac4e7db28f191c157a28fb4ebcaeb004..65abfacbf881d0e9ec86c14cd8df2c05c1974cf9 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,10 @@ This is an exploration of the distributed identity system ## Required software: -All of the servers present in this repository are based on node.js, and a -minimal but non-zero number of 3rd party node modules are required to make -it go. [npm](http://npmjs.org/) is a good tool to use to acquire the requisite modules. +All of the servers here are based on node.js, and some number of 3rd party node modules are required to make them go. ([npm](http://npmjs.org/) is a good way to get these libraries) * node.js (>= 0.4.5): http://nodejs.org/ -* The connect framework (>= 1.3.0): http://senchalabs.github.com/connect/ +* connect (>= 1.3.0): http://senchalabs.github.com/connect/ * xml2js (>= 0.1.5) * sqlite (>= 1.0.3) * mustache (>= 0.3.1)