We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dc8aa commit d4a2c4eCopy full SHA for d4a2c4e
2 files changed
README.md
@@ -114,4 +114,4 @@ This will return the following runtime images with the following names: `action-
114
115
```
116
./gradlew :tests:test
117
-```
+```
docs/users/standalone/helloworldwithparams/js-init-params.json
@@ -5,4 +5,4 @@
5
"binary" : false,
6
"code" : "function main(params) { return {payload: 'Hello ' + params.name + ' from ' + params.place + '!!!'} }"
7
}
8
- }
+}
0 commit comments