diff --git a/README.md b/README.md index 78a0fbe..ce2dce1 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ cat logs | pipemill --split \ # 127.0.0.1 ``` -### Get AWS Lambda's grouped by attached layers +### Get AWS Lambdas grouped by attached layers ```bash aws lambda list-functions --region us-east-1 | pipemill --parse \ diff --git a/package.json b/package.json index 5e16a88..b4894c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pipemill", - "version": "2.3.0", + "version": "2.3.1", "description": "All your favorite *nix utilities in JavaScript.", "main": "index.js", "scripts": {