Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
  • Loading branch information
dicej committed Aug 23, 2024
1 parent d1300b5 commit f3e2196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ curl -i localhost:3000/echo -H 'content-type: text/plain' --data-binary @- <<EOF
All mimsy were the borogoves,
And the mome raths outgrabe.
EOF
curl -i localhost:3000/data -H 'content-type: application/json' -d '{"Greeting":"warm"}'
curl -i localhost:3000/data -H 'content-type: application/json' -d '{"Greeting":"Hola"}'
```

## TODOs and Open Questions
Expand Down

0 comments on commit f3e2196

Please sign in to comment.