Skip to content

Commit

Permalink
Merge pull request #10 from andrsnn/add-sandbox-helpers
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
andrsnn authored Mar 30, 2021
2 parents 5a7d2eb + 96e8f12 commit f3fb410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f3fb410

Please sign in to comment.