Skip to content

Commit 96a1e64

Browse files
authored
fix(docs): improved comments
1 parent 4ea202f commit 96a1e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func main() {
4343
// Initialize client with your API key
4444
c := freeproxy.New("your-api-key")
4545

46-
// Get all proxies
46+
// Get latest 10 proxies
4747
proxies, err := c.Query()
4848
if err != nil {
4949
log.Fatal(err)

0 commit comments

Comments
 (0)