Skip to content

Commit b9360a0

Browse files
Update README.md
1 parent 983436c commit b9360a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ internal class SendDataHandler
112112
IEventHubPublisherFactory eventHubFactory,
113113
IServiceBusPublisher serviceBusPublisher)
114114
{
115-
eventHubPublisher = eventHubFactory.Create("[existing eventhub");
115+
eventHubPublisher = eventHubFactory.Create("[existing eventhub]");
116116
this.serviceBusPublisher = serviceBusPublisher;
117117
}
118118

0 commit comments

Comments
 (0)