Skip to content

Commit 3d6ee06

Browse files
aviweitdgrove-oss
authored andcommitted
Fix readme typo (#68)
1 parent 48b8f4a commit 3d6ee06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create a zip action with a `exec` in the root of the zip
2727
```
2828
echo \
2929
'#!/bin/bash
30-
echo "{\"messag\":\"Hello World\"}"' > exec
30+
echo "{\"message\":\"Hello World\"}"' > exec
3131
```
3232
```
3333
chmod +x exec

0 commit comments

Comments
 (0)