Skip to content

Commit

Permalink
Fixed Typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
derjayjay committed Oct 28, 2017
1 parent 6a32211 commit f638e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ips/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ This folder contains various examples on using the IPs endpoint of SendGrid with
* [Add an IP to warmup (POST /ips/warmup)](AddToWarmup.java)
* [Retrieve all IPs currently in warmup (GET /ips/warmup)](RetrieveIPsInWarmup.java)
* [Retrieve warmup status for a specific IP address (GET /ips/warmup/{ip_address})](RetrieveWarmupStatus.java)
* [Remove an IP from warmup (DELETE /ips/warmup/{ip_address})](RemoveFromwarmup.java)
* [Remove an IP from warmup (DELETE /ips/warmup/{ip_address})](RemoveFromWarmup.java)
* [Retrieve all IP pools an IP address belongs to (GET /ips/{ip_address})](RetrievePoolsForIP.java)

0 comments on commit f638e77

Please sign in to comment.