Skip to content

Commit 99a47eb

Browse files
authored
Fix formatting of local_build.md (#166)
1 parent 201f4e3 commit 99a47eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tutorials/local_build.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ To initialize the function make sure the python runtime container is running. If
223223
Issue a `POST` request against the `init` API with the following command:
224224
- Using curl
225225

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

228228
- Using wget
229229

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

232232
- Using postman
233233

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

327327
- Using curl
328328

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

331331
- Using wget
332332

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

335335
- Using postman
336336

0 commit comments

Comments
 (0)