Skip to content

Commit

Permalink
Merge pull request imroc#23 from sguzman/master
Browse files Browse the repository at this point in the history
fixed small typo
  • Loading branch information
imroc authored Oct 31, 2018
2 parents bc0679a + fc61e19 commit 70c6d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ There is a default `Req` object, all of its' public methods are wrapped by the
r := req.New()
r.Get(url)

// use req package to initiate reqeust.
// use req package to initiate request.
req.Get(url)
```
You can use `req.New()` to create lots of `*Req` as client with independent configuration
Expand Down

0 comments on commit 70c6d4e

Please sign in to comment.