From 6b0ae2a64a8e4444e56e8a316e700a5434e5365a Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 3 Apr 2017 23:34:00 +0800 Subject: [PATCH] docs: update example. --- examples/auto-tls/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auto-tls/main.go b/examples/auto-tls/main.go index 896d3a9..9495c0a 100644 --- a/examples/auto-tls/main.go +++ b/examples/auto-tls/main.go @@ -16,5 +16,5 @@ func main() { }) // Listen and Server in 0.0.0.0:443 - r.RunAutoTLS("example.com") + r.RunAutoTLS("example1.com", "example2.com") }