From 8019ef5e234b0f75c2b0d4602c0a0ebaf395aa95 Mon Sep 17 00:00:00 2001 From: Jonathan Bagg Date: Wed, 15 Mar 2017 20:57:50 -0400 Subject: [PATCH] tweak readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e6f801..a78174d 100644 --- a/README.md +++ b/README.md @@ -97,14 +97,14 @@ If you are browsing for services published using both ipv4 and ipv6 ( QAbstractS Only one browser can be in use per instance of QzeroConf. -**Txt records** are placed into a QMap called txt within the discovered service. For example, the txt record value of "Qt=The Best!" can be retrieved with the code... +**Txt records** are placed into a QMap called txt within the discovered service. For example, the value of txt record "Qt=The Best!" can be retrieved with the code... ```c++ -qDebug() << zcs->txt["Qt"] +qDebug() << zcs->txt["Qt"]; ``` ### Build Dependencies Qt5 -On Linux, avahi-client-dev and avahi-common-dev \ No newline at end of file +On Linux, libavahi-client-dev and libavahi-common-dev \ No newline at end of file