From 5a22c0fde9c58279641d30372ddbdbdd48e0a300 Mon Sep 17 00:00:00 2001 From: Nick Kelsey Date: Mon, 12 Jun 2017 12:11:08 -0700 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c24502..c73e2a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Copyright © 2005-2016 Silicondust USA Inc. . +Copyright © 2005-2017 Silicondust USA Inc. . This library implements the libhdhomerun protocol for use with Silicondust HDHomeRun TV tuners. @@ -8,5 +8,5 @@ utility suitable for sending commands or scripting control of a HDHomeRun. The top level API is hdhomerun_device - see hdhomerun_device.h for documentation. Additional libraries required: -- pthread -- iphlpapi (windows only) +- pthread (osx, linux, bsd) +- iphlpapi (windows)