From 2db9795dd88816e3c5d8e7b45461a968f2fe348a Mon Sep 17 00:00:00 2001 From: Master T Date: Thu, 2 Jan 2014 20:25:14 +0100 Subject: [PATCH] minor wording update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8be50..01f2df9 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,4 @@ The library does not aim to be a reference DNS querier and cache as described in - To avoid that each service browser instance queries the network for the same service, an instance will not query when it hears another querrier. As a result (in steady state) only **one querrier** will be present, while the others will be listening. - The library is **self-contained** and does not use a system service (e.g. avahi, bonjour) for mDNS. RFC6762 recommends the use of a single service, but it is not possible to combine this requirement with the differences described in this paragraph. - The library **automatically resolves the IP addresses** of the service host. No separate resolve operation is required. -- The library launches events in a **_SynchronizationContext_**. This context can be set explicitly or it is captured automatically when the first browse operation starts. Using this library in a WinForms/WPF application is easy as the user can update the controls directly in the event handlers. +- The library launches events in a **_SynchronizationContext_**. This context can be set explicitly or it is captured automatically when the browse operation is executed. Using this library in a WinForms/WPF application is easy as the user can update the UI directly in the event handlers.