Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gofenix authored Oct 30, 2018
1 parent 2600784 commit aae0117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ go get -u github.com/zzfup/go-fetch
```golang
Options{
Method: "GET",
Header: map[string]string{
Header: map[string]string{
"Accept-Encoding": "gzip,deflate",
"Accept": "*/*",
},
Body: nil,
Timeout: 20 * time.Millisecond,
Body: nil,
Timeout: 20 * time.Millisecond,
}
```

Expand Down

0 comments on commit aae0117

Please sign in to comment.