From f0a04a7e79d6b306b1a4e18fbf39396ab5ee8a2b Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Fri, 3 Dec 2010 09:46:22 -0600 Subject: [PATCH] readme tweaks --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97731ff6..ea911d76 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ with love and TDD. * well tested * no monkey patching * no dependencies (...besides PostgreSQL) -* [in-depth documentation](http://github.com/brianc/node-postgres/wiki) +* [in-depth documentation](http://github.com/brianc/node-postgres/wiki) (work in progress) ### features @@ -104,6 +104,7 @@ saw there. - transparent prepared statement caching - connection pooling - more testings of error scenarios +- streamline writing of buffers ## License