Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
d7bdf7e583
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -199,7 +199,7 @@ func main() {
 HTTP request redirect helper:
 HTTP request redirect helper:
 
 
 ```go
 ```go
-func redirect.Handler(url string) http.Handler
+func Handler(url string) http.Handler
 ```
 ```
 
 
 ```go
 ```go