Skip to content

Commit

Permalink
Asana, not Aptana. v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linus committed Sep 15, 2011
1 parent e443d31 commit eae2b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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 <linus@hanssonlarsson.se>",
"contributors": [
],
Expand Down

0 comments on commit eae2b12

Please sign in to comment.