Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 27638e6

Browse files
authored
improving the readme (#4)
1 parent b50a503 commit 27638e6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
# blueprint-hello-world
2-
Hello world with parameters
2+
You can use this descriptive blueprint to deploy some IBM Cloud Functions assets for you. The assets created by this blueprint are described in the manifest.yaml file, which can be found at `blueprint-hello-world/runtimes/your_language_choice/manifest.yaml`
3+
4+
The only assets described by this hello world blueprint are a single action, named helloworld, which takes as input a message parameter.
5+
6+
You can use the wskdeploy tool to deploy this asset yourself using the manifest and available code.
7+
8+
## Available Languages
9+
This blueprint is available in node.js, php, python & swift.
10+
11+
##

tests/src/test/scala/blueprints/HelloTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class HelloTests extends TestHelpers
4343
behavior of "Hello World Blueprint"
4444

4545
/**
46-
* Test the node "hello world" blueprint
46+
* Test the nodejs "hello world" blueprint
4747
*/
4848
it should "invoke helloworld.js and get the result" in withAssetCleaner(wskprops) { (wp, assetHelper) =>
4949
val name = "helloNode"

0 commit comments

Comments
 (0)