From e2f97876309c68d0a94b9f08aa7cba00d1eee205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 28 Jan 2018 19:35:12 -0300 Subject: [PATCH] Minor fixes (proposal) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cdc2cc..553d676 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This example shows how to create an action that consumes Message Hub (Apache Kaf # 1. Configure Message Hub ## Provision an IBM Message Hub service instance -Log into the IBM Cloud, provision a [Message Hub](https://console.ng.bluemix.net/catalog/services/message-hub) instance, and name it `openwhisk-kafka`. On the "Manage" tab of the Message Hub console create a topic named "cats-topic". Set the corresponding names as environment variables in a terminal window: +Log into the IBM Cloud, provision a [Message Hub](https://console.ng.bluemix.net/catalog/services/message-hub) instance, and name it `openwhisk-kafka`. On the `Manage` tab of the Message Hub console create a topic named `cats-topic`. Set the corresponding names as environment variables in a terminal window: ```bash export KAFKA_INSTANCE="openwhisk-kafka"