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

Commit 1a75521

Browse files
authored
Documentation update (#41)
* Improve documentation * Delete redis instructions
1 parent 6b34749 commit 1a75521

File tree

5 files changed

+119
-356
lines changed

5 files changed

+119
-356
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ result of this invocation, invokes either the second or third action.
7474
```javascript
7575
composer.if('authenticate', 'success', 'failure')
7676
```
77-
7877
To deploy this composition use the `compose` command:
7978
```
8079
compose demo.js --deploy demo
@@ -88,7 +87,7 @@ OpenWhisk CLI:
8887
```
8988
wsk action invoke demo -r -p password passw0rd
9089
```
91-
```
90+
```json
9291
{
9392
"message": "failure"
9493
}
@@ -135,8 +134,8 @@ wsk action invoke demo -r -p password passw0rd
135134
email](https://medium.com/openwhisk/a-composition-story-using-ibm-cloud-functions-to-relay-sms-to-email-d67fc65d29c)
136135

137136
## Contributions
138-
We are looking forward your feedback and criticism. We encourage you to [join us
139-
on slack](http://ibm.biz/composer-users). File bugs and we will squash them.
137+
We are looking forward to your feedback and criticism. We encourage you to [join
138+
us on slack](http://ibm.biz/composer-users). File bugs and we will squash them.
140139

141140
We welcome contributions to Composer and Shell. See
142141
[CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)