From 187b5862654ff9fc98f785bd582a0a4159f368e4 Mon Sep 17 00:00:00 2001 From: Chris Keller Date: Sun, 1 Nov 2020 16:28:55 -0700 Subject: [PATCH] Update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 638a052..dde9d74 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # wsjtx-go -Golang binding for the WSJT-X amateur radio software's UDP communication interface. At this early -stage, this only listens and decodes a limited number of message types, but the eventual plan is to -support all message types and two-way communication with WSJT-X. +Golang binding for the WSJT-X amateur radio software's UDP communication interface. This library +supports receiving all message types and some two-way communication with WSJT-X. ## Run