Skip to content

Commit 72a0c68

Browse files
authored
Update README.md
1 parent fe92283 commit 72a0c68

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ the directory should look something like this:
3636
|- .env # your AWS api keys
3737
```
3838

39-
the `.env` file should look like this
40-
4139
```
40+
# .env
4241
AWS_ACCESS_KEY_ID=XXX
4342
AWS_SECRET_ACCESS_KEY=XXX
4443
```
45-
while the `handler.js` file should look like this
4644

4745
```js
4846
// handler.js

0 commit comments

Comments
 (0)