Skip to content

Commit 431cfdd

Browse files
authored
Merge pull request #48 from chdsbd/patch-1
fix typos in README
2 parents d37d988 + b8bd985 commit 431cfdd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install the plugin with npm
1111
$ npm i -D serverless-rust
1212
```
1313

14-
💡 This serverless plugin assumes you are building Rustlang lambdas targetting the AWS Lambda "provided" runtime. The [AWS Lambda Rust Runtime](https://github.com/awslabs/aws-lambda-rust-runtime) makes this easy.
14+
💡 This serverless plugin assumes you are building Rustlang lambdas targeting the AWS Lambda "provided" runtime. The [AWS Lambda Rust Runtime](https://github.com/awslabs/aws-lambda-rust-runtime) makes this easy.
1515

1616
Add the following to your serverless project's `serverless.yml` file
1717

@@ -21,7 +21,7 @@ provider:
2121
name: aws
2222
runtime: rust
2323
plugins:
24-
# this adds informs servleress to use
24+
# this adds informs serverless to use
2525
# the serverless-rust plugin
2626
- serverless-rust
2727
# creates one artifact for each function
@@ -62,7 +62,7 @@ custom:
6262
If your serverless project contains multiple functions, you may sometimes
6363
need to customize the options above at the function level. You can do this
6464
by defining a `rust` key with the same options inline in your function
65-
specficiation.
65+
specification.
6666

6767
```yaml
6868
functions:
@@ -96,7 +96,7 @@ $ npx serverless invoke local -f hello -d '{"hello":"world"}'
9696
$ npx serverless deploy
9797
```
9898

99-
### invoke your lambas in the cloud directly
99+
### invoke your lambdas in the cloud directly
100100

101101
```sh
102102
$ npx serverless invoke -f hello -d '{"hello":"world"}'
@@ -127,4 +127,4 @@ Older versions targeted the python 3.6 AWS Lambda runtime and [rust crowbar](htt
127127
* multi function lando api gateway application - https://github.com/softprops/serverless-multi-lando
128128
* crowbar cloudwatch scheduled lambda application - https://github.com/softprops/serverless-crowbar
129129

130-
Doug Tangren (softprops) 2018-2019
130+
Doug Tangren (softprops) 2018-2019

0 commit comments

Comments
 (0)