From ce145504d3a659618884b58f873b534dfdda713e Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Fri, 26 Apr 2019 19:53:03 -0400
Subject: [PATCH] Point to echo example on github as well for syntax
 highlighting

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 550304e..53507a6 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ go get nhooyr.io/websocket
 
 ## Examples
 
-For a production quality example that shows off the full API, see the [echo example on the godoc](https://godoc.org/nhooyr.io/websocket#example-package--Echo).
+For a production quality example that shows off the full API, see the [echo example on the godoc](https://godoc.org/nhooyr.io/websocket#example-package--Echo). On github, the example is at [example_echo_test.go](./example_echo_test.go).
 
 ### Server
 
-- 
GitLab