Skip to content

Commit

Permalink
Quoting in API example (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon authored Sep 14, 2022
1 parent f908cc3 commit b2a0591
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 @@ -97,7 +97,7 @@ curl \
--request POST '127.0.0.1:5000/run' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "program hello\r\n print *, 'Hello, World!'\r\nend program hello\r\n",
"code": "program hello\r\n print *, \"Hello, World!\"\r\nend program hello\r\n",
"programInput": "",
"libs" : []
}'
Expand Down

0 comments on commit b2a0591

Please sign in to comment.