We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea202f commit 96a1e64Copy full SHA for 96a1e64
README.md
@@ -43,7 +43,7 @@ func main() {
43
// Initialize client with your API key
44
c := freeproxy.New("your-api-key")
45
46
- // Get all proxies
+ // Get latest 10 proxies
47
proxies, err := c.Query()
48
if err != nil {
49
log.Fatal(err)
0 commit comments