[ReadMe] Fixing Event Hubs Url Typo (#694)

This commit is contained in:
Jesse Squire 2019-04-25 14:51:39 -04:00 коммит произвёл Neeraj Makam
Родитель 59e2a3c272
Коммит 1607601d3d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@
Azure Service Bus allows you to build applications that take advantage of asynchronous messaging patterns using a highly-reliable service to broker messages between producers and consumers. Azure Service Bus provides flexible, brokered messaging between client and server, along with structured first-in, first-out (FIFO) messaging, and publish/subscribe capabilities with complex routing.
This is the next generation Service Bus .NET client library focused on queues and topics. If you are looking for Event Hubs and Relay clients, please see:
* [Event Hubs](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Microsoft.Azure.EventHub)
* [Event Hubs](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub)
* [Relay](https://github.com/azure/azure-relay-dotnet)