From eae2b1270e0bd9b39969809d9aeacac3d3e74027 Mon Sep 17 00:00:00 2001 From: Linus G Thiel Date: Thu, 15 Sep 2011 11:14:57 +0200 Subject: [PATCH] Asana, not Aptana. v0.0.2 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6e931d..19eceb1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ `greg` is a simple module to let you generate (probably) unique, memorable ids in Node.js applications. -It creates sentences on the form count + adjective + noun + verb + adverb, as described in [this Aptana blog post](http://asana.com/2011/09/6-sad-squid-snuggle-softly/ "6 sad squids snuggle softly") by Greg Slovacek, whom this module is named after. +It creates sentences on the form count + adjective + noun + verb + adverb, as described in [this Asana blog post](http://asana.com/2011/09/6-sad-squid-snuggle-softly/ "6 sad squids snuggle softly") by Greg Slovacek, whom this module is named after. Disclaimer: I wrote this in a fit of insomnia late at night after reading the above blog post. Accordingly, it's probably chock-full of bugs and there are too few words. Pull requests are welcome. ## Version -0.0.1 +0.0.2 ## Requirements - [Node](http://github/ry/node) diff --git a/package.json b/package.json index 7f863bb..0a249c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "greg", "description": "Unique, memorable ids for your Node app", - "version": "0.0.1", + "version": "0.0.2", "author": "Linus G Thiel ", "contributors": [ ],