From a36b71bb5587fad8e53b72a4bf88b9d7e45dee0f Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 3 Oct 2019 15:49:18 -0700 Subject: [PATCH] Added link to bindings --- 5.bindings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.bindings/README.md b/5.bindings/README.md index 51002a9f..ed9d25f9 100644 --- a/5.bindings/README.md +++ b/5.bindings/README.md @@ -1,6 +1,6 @@ # Dapr Bindings Sample -In this sample, we'll create two microservices, one with an input binding and another with an output binding. We'll bind to Kafka and Event Hubs, but note that there are a myriad of components that Dapr can bind to - see Dapr components . +In this sample, we'll create two microservices, one with an input binding and another with an output binding. We'll bind to Kafka and Event Hubs, but note that there are a myriad of components that Dapr can bind to a myriad of components ([see Dapr components](https://github.com/dapr/docs/tree/master/concepts/bindings)). This sample includes two microservices: - Node.js microservice that utilizes an input binding