From 123619f115357c97003b2a255a747b00e71c5e58 Mon Sep 17 00:00:00 2001 From: Ethan Brown Date: Tue, 11 Jun 2013 18:41:29 -0700 Subject: [PATCH] Corrected incredibly minor typo in README.md. Because I'm anal that way. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 481a4ae..dcb4d47 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ What jawk Isn't jawk is not a drop-in replacement for awk; what would be the point of that? Instead, jawk takes the basic concept of awk (a terse, data-driven language), and implements that with JavaScript syntax. If you use JavavScript every day (and if you work in the web world, you probably do), and you love awk, and you're tired -of remembering a million syntactic idiosyncracies, well, awk just might be for you. +of remembering a million syntactic idiosyncracies, well, jawk just might be for you. What's Working -------------- diff --git a/package.json b/package.json index af4b91b..8c5be85 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "contributors": [ "Ethan Brown " ], - "version": "0.0.3beta", + "version": "0.0.4beta", "license": "GPL", "dependencies": { "nomnom": "~1.6",