Skip to content

Commit 2d5f65a

Browse files
Jiaxin FanJiaxin Fan
Jiaxin Fan
authored and
Jiaxin Fan
committed
Replace filepath in curl
1 parent 30d505a commit 2d5f65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standalone/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A container can only hold one function. This first example prepared a `js-init.j
8282
The json file contains a simple JavaScript (the target runtime language) function, which is the actual payload.
8383

8484
## Initialze the Runtime
85-
Before issuing the action against the runtime, we first initialize the function with by invoking the ```/init``` endpoint.
85+
Before issuing the action against the runtime, we first initialize the function with by invoking the ```/init``` endpoint with the `js-init.json` payload.
8686
```
8787
curl -H "Content-Type:application/json" -X POST --data '@/docs/users/standalone/helloworld/js-init.json' http://localhost:3008/init
8888
```

0 commit comments

Comments
 (0)