You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standalone/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ A container can only hold one function. This first example prepared a `js-init.j
82
82
The json file contains a simple JavaScript (the target runtime language) function, which is the actual payload.
83
83
84
84
## 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.
86
86
```
87
87
curl -H "Content-Type:application/json" -X POST --data '@/docs/users/standalone/helloworld/js-init.json' http://localhost:3008/init
0 commit comments