From 47b9c24766bcfad292543d58f3eb3ea9d0775783 Mon Sep 17 00:00:00 2001 From: Jed Schmidt Date: Wed, 21 Jul 2010 15:03:28 -0700 Subject: [PATCH] removed stale warning. --- README.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 9e7f52c..31d0ffd 100644 --- a/README.markdown +++ b/README.markdown @@ -1,9 +1,7 @@ tmpl-node.js ============ -NOTE2: This library has been updated to be compatible with the latest nodejs(0.1.100); - -NOTE: This library is out of date with the current node.js API. I'm no longer using it, so please fork n' fix, and I'll pull the changes! +NOTE: This library has been updated to be compatible with the latest nodejs(0.1.100); `tmpl-node` is a template module for [node.js](http://nodejs.org/), based on John Resig's approach to [micro-templating](http://ejohn.org/blog/javascript-micro-templating/). It's a lightweight way to add templating to any `node.js` app.