Skip to content

Commit 6dc3c81

Browse files
authored
Merge pull request ddliu#21 from wimnorder/fix/cookie_example_highlighting
[ci skip] Typos fixed
2 parents 7a5db79 + 6effc01 commit 6dc3c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ bodyBytes := res.ReadAll()
130130

131131
### Handle Cookies
132132

133-
```
133+
```go
134134
url := "http://github.com"
135135
httpclient.
136136
WithCookie(&http.Cookie{
@@ -211,7 +211,7 @@ Available options as below:
211211
By using the `httpclient.Get`, `httpclient.Post` methods etc, you are using a
212212
default shared HTTP client.
213213

214-
If you need more than one clients in a single programe. Just create and use them
214+
If you need more than one client in a single programme. Just create and use them
215215
seperately.
216216

217217
```go

0 commit comments

Comments
 (0)