diff --git a/README.md b/README.md index 96c6b8c..f20be95 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# [Twitter-Profile-Pic](https://github.com/AverageMarcus/TwitterProfilePic) +![twitter-profile-pic](logo.png) > Get a twitter profile pic using a given handle -> Live at: [https://twitter-profile-pic.marcusnoble.co.uk/](https://twitter-profile-pic.marcusnoble.co.uk/) +Available at https://twitter-profile-pic.cluster.fun/ ## Features @@ -14,17 +14,17 @@ Code: ``` - + ``` Result: -![](https://twitter-profile-pic.jsoxford.com/marcus_noble_?size=normal) +![](https://twitter-profile-pic.cluster.fun/marcus_noble_?size=normal) ## Example: JSON cURL Request: ``` curl -X GET \ - https://twitter-profile-pic.marcusnoble.co.uk/marcus_noble_ \ + https://twitter-profile-pic.cluster.fun/marcus_noble_ \ -H 'cache-control: no-cache' \ -H 'content-type: application/json' \ -H 'postman-token: 680d968e-9b13-85c8-f7d5-9b48a333702f' diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..1a7b81f Binary files /dev/null and b/logo.png differ