From dbe89ffd30288b1fb019f98a184eabe056f0425b Mon Sep 17 00:00:00 2001 From: skyfall2022 <115613048+skyfall2022@users.noreply.github.com> Date: Thu, 2 Jan 2025 13:59:42 +0800 Subject: [PATCH] Update README.md fix typo --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 2e7af3ff..ff38e26c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -82,7 +82,7 @@ Dials the requested TURN server via TCP Dials the requested TURN server via UDP ```sh -$ go udp +$ cd udp $ go build $ ./udp -host -user=user=pass ``` @@ -165,4 +165,4 @@ A Coturn TURN server can be locally deployed and used for testing with the follo >If using this Coturn TURN server deployment: >* turn-server-name : 127.0.0.1 ->* port : 3478 \ No newline at end of file +>* port : 3478