From f287b9b81fabb5040a353dc20c011330b5906361 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Fri, 3 Feb 2017 21:35:40 -0500 Subject: [PATCH] Making the README badges clickable, and adding one for Packagist. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21e995bf0..6c682823c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ - -

logo

+[![Packagist](https://img.shields.io/packagist/v/vimeo/psalm.svg)](https://packagist.org/packages/vimeo/psalm) +[![Travis CI](http://img.shields.io/travis/vimeo/psalm.svg?branch=master)](https://travis-ci.org/vimeo/psalm) + Psalm is a static analysis tool for finding errors in PHP applications. - - **v0.3.x** supports checking PHP 5.4 - 7.1 code, and requires **PHP 5.5+** to run. + - **v0.3.x** supports checking PHP 5.4 - 7.1 code, and requires **PHP 5.5+** to run. - **v0.2.x** supports checking PHP 5.4 - 7.0 code and requires **PHP 5.4+** to run. Check out the [wiki](https://github.com/vimeo/psalm/wiki) or [try a live demo](https://getpsalm.org/)!