Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit efe3ff1

Browse files
committed
update with lowercase l
1 parent a36dd35 commit efe3ff1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This plugin enables support for the [OpenWhisk platform](http://openwhisk.org/)
1111
Before you can deploy your service to OpenWhisk, you need to have an account registered with the platform.
1212

1313
- *Want to run the platform locally?* Please read the project's [*Quick Start*](https://github.com/openwhisk/openwhisk#quick-start) guide for deploying it locally.
14-
- *Want to use a hosted provider?* Please sign up for a free account with [IBM CLoud](https://console.ng.bluemix.net/) and then follow the instructions for getting access to [OpenWhisk on Bluemix](https://console.ng.bluemix.net/openwhisk/).
14+
- *Want to use a hosted provider?* Please sign up for a free account with [IBM Cloud](https://console.ng.bluemix.net/) and then follow the instructions for getting access to [OpenWhisk on Bluemix](https://console.ng.bluemix.net/openwhisk/).
1515

1616
### Set up account credentials
1717

@@ -567,7 +567,7 @@ OpenWhisk provides a concept called "packages" to manage related actions. Packag
567567

568568
*Packages are identified using the following format:* `/namespaceName/packageName/actionName`.
569569

570-
***Rules and triggers can not be created within packages.***
570+
***Rules and triggers can not be created within packages.***
571571

572572
### Implicit Packages
573573

@@ -596,12 +596,12 @@ functions:
596596
foo:
597597
handler: handler.foo
598598
name: "myPackage/foo"
599-
599+
600600
resources:
601601
packages:
602602
myPackage:
603603
parameters:
604-
hello: world
604+
hello: world
605605
```
606606

607607
*Explicit packages support the following properties: `parameters`, `annotations`, `services` and `shared`.*
@@ -650,8 +650,8 @@ functions:
650650
The `service` configuration supports the following properties.
651651

652652
- `name`: identifier for the cloud service
653-
- `instance`: instance name for service (*optional*)
654-
- `key`: key name for instance and service (*optional*)
653+
- `instance`: instance name for service (*optional*)
654+
- `key`: key name for instance and service (*optional*)
655655

656656
*If the `instance` or `key` properties are missing, the first available instance and key found will be used.*
657657

0 commit comments

Comments
 (0)