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",