From 57fdfe914de89e5d5d41c67ce608c613781429d1 Mon Sep 17 00:00:00 2001 From: Amit Bezalel Date: Fri, 4 Aug 2017 23:13:28 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e2eca6..aa8a58b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,8 @@ but the code is already working (see main, proxy_test & player_test)** **download cmdline executables from the release section** Code samples can be found by looking at: -* main.go (fbs recording vnc client) - * Connects, records to FBS file - * Programmed to quit after 10 seconds +* player/main.go (fbs recording vnc client) +    * Connects as client, records to FBS file * proxy/proxy_test.go (vnc proxy with recording) * Listens to both Tcp and WS ports * Proxies connections to a hard-coded localhost vnc server