From 13a0b63c8b4dce40a1602b6c528c5ac4be4643f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=B6thinger?= Date: Sun, 4 Apr 2021 19:20:34 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 394f678..d81a6c1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ public static class CecMessageBuilder public static CecMessage VendorCommandWithId(LogicalAddress source, LogicalAddress destination, int vendorId, byte[] data); public static CecMessage VendorCommandWithId(LogicalAddress source, LogicalAddress destination, int vendorId, string data); public static CecMessage VendorRemoteButtonDown(LogicalAddress source, LogicalAddress destination, byte[] data); - public static CecMessage VendorRemoteButtonDown(LogicalAddress source, LogicalAddress destination, string data) + public static CecMessage VendorRemoteButtonDown(LogicalAddress source, LogicalAddress destination, string data); public static CecMessage VendorRemoteButtonUp(LogicalAddress source, LogicalAddress destination); public static CecMessage Standby(LogicalAddress source, LogicalAddress destination); public static CecMessage UserControlPressed(LogicalAddress source, LogicalAddress destination, UiCommand command);