Skip to content

Commit 0f92ef4

Browse files
committed
Update README
1 parent 2d4aad9 commit 0f92ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This can be used with any tool that can deploy .zip artifacts to AWS Lambda.
3030
Since [Serverless] and the [AWS CDK] are both popular deployment
3131
solutions that support Node.js, this tool is distributed as an npm package.
3232

33-
This package exposes the CLI command blobpack,
33+
This package exposes the CLI command blobpack
3434
and its [underlying JavaScript API](http://io.evansosenko.com/blobpack/).
3535

3636
[Serverless]: https://serverless.com/
@@ -126,7 +126,7 @@ If two files have the same key, the last one wins._
126126
}
127127
```
128128

129-
_Tip: put your common resources in an npm package like @my-org/blobd_
129+
_Tip: put your common resources in an npm package like @my-org/blobd._
130130

131131
If you only need to package a single config file into the artifact,
132132
you can use this shorthand,

0 commit comments

Comments
 (0)