Browse Source

docs: update example.

Bo-Yi Wu 8 years ago
parent
commit
6b0ae2a64a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/auto-tls/main.go

+ 1 - 1
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")
 }