Skip to content

Commit 825359c

Browse files
committed
Whitespace cleanup
1 parent ca129d9 commit 825359c

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
@@ -64,7 +64,7 @@ Hooks are just shell scripts that are invoked in a specific order, so you can cu
6464
* `build`: run after `cargo build`, but before packaging the executable into a zip - useful when modifying the executable after compilation
6565
* `package`: run after packaging the executable into a zip - useful for adding extra files into the zip file
6666

67-
The hooks' names are predefined and must be placed in a directory `.lambda-rust` in the project root.
67+
The hooks' names are predefined and must be placed in a directory `.lambda-rust` in the project root.
6868

6969
You can take a look at an example [here](./tests/test-func-with-hooks).
7070

@@ -144,7 +144,7 @@ To compile and deploy in your project directory
144144
$ cargo aws-lambda {your aws function's full ARN} {your-binary-name}
145145
```
146146
147-
To list all options
147+
To list all options
148148
```sh
149149
$ cargo aws-lambda --help
150150
```

0 commit comments

Comments
 (0)