diff --git a/README.md b/README.md index 025e415..48baa18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # MyIP.Coffee +[![Support us on private.coffee!](https://shields.private.coffee/badge/private.coffee-support%20us!-pink?logo=coffeescript)](https://private.coffee) + MyIP.Coffee is a simple web service that returns the IP address of the client making the request. ## Setup @@ -27,7 +29,7 @@ server { ### PHP -As our web hosting solution comes with PHP, there is a PHP script in [endpoint/index.php](endpoint/index.php) that just returns the IP address of the client. It is trivial to implement this in other languages, so this is left as an exercise to the reader. +As our web hosting solution comes with Apache and PHP, there is a PHP script in [endpoint/index.php](endpoint/index.php) that just returns the IP address of the client. It is trivial to implement this in other languages, so this is left as an exercise to the reader. ## License