diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 281b1d0..4a55672 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -7,7 +7,7 @@ $ cd php-curl-class/ $ composer update $ composer info ``` -Compare your version with latest release listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases). +Compare your version with latest release ![](https://img.shields.io/github/v/release/php-curl-class/php-curl-class.svg?style=flat-square&color=rgba(0,0,0,0)&label=) which is also listed on the [releases page](https://github.com/php-curl-class/php-curl-class/releases). ### Ensure php is using the latest version of curl @@ -15,7 +15,7 @@ Compare your version with latest release listed on the [releases page](https://g $ php -r 'var_dump(curl_version());' ``` -Compare your version of curl with latest release listed on [curl's releases page](https://github.com/curl/curl/releases). +Compare your version of curl with latest release ![](https://img.shields.io/github/v/release/curl/curl.svg?style=flat-square&color=rgba(0,0,0,0)&label=) which is also listed on [curl's releases page](https://github.com/curl/curl/releases). ### Turn on error reporting