diff --git a/README.md b/README.md index e19ed48..f302dcd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ import ( func main() { res, _ := gopher.Get("gopher://gopher.floodgap.com/") - bytes, _ = res.Dir.ToText() + bytes, _ := res.Dir.ToText() fmt.Println(string(bytes)) } ```