Skip to content

Commit

Permalink
Fix formatting of local_build.md (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhaoze authored Sep 27, 2024
1 parent 201f4e3 commit 99a47eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/local_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ To initialize the function make sure the python runtime container is running. If
Issue a `POST` request against the `init` API with the following command:
- Using curl

curl -d "@python-data-init-params.json" -H "Content-Type: application/json" http://localhost/init
curl -d "@python-data-init-params.json" -H "Content-Type: application/json" http://localhost/init

- Using wget

wget --post-file=python-data-init-params.json --header="Content-Type: application/json" http://localhost/init
wget --post-file=python-data-init-params.json --header="Content-Type: application/json" http://localhost/init

- Using postman

Expand Down Expand Up @@ -326,11 +326,11 @@ Initialize our fibonacci function by issuing a `POST` request against the `init`

- Using curl

curl -d "@python-fib-init.json" -H "Content-Type: application/json" http://localhost/init
curl -d "@python-fib-init.json" -H "Content-Type: application/json" http://localhost/init

- Using wget

wget --post-file=python-fib-init.json --header="Content-Type: application/json" http://localhost/init
wget --post-file=python-fib-init.json --header="Content-Type: application/json" http://localhost/init

- Using postman

Expand Down

0 comments on commit 99a47eb

Please sign in to comment.