From ba87eb069c6a955a0693be069c0603ccab954227 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Sat, 25 Aug 2018 17:30:31 +0200 Subject: [PATCH] README Typo: missing word (#956) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f2bc5d60..2bfc7aa96 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Psalm is a static analysis tool for finding errors in PHP applications, built on top of [PHP Parser](https://github.com/nikic/php-parser). -It's able to find a [large number issues](https://github.com/vimeo/psalm/blob/master/docs/issues.md), but it can also be configured to only care about a small subset of those. +It's able to find a [large number of issues](https://github.com/vimeo/psalm/blob/master/docs/issues.md), but it can also be configured to only care about a small subset of those. [Try a live demo](https://getpsalm.org/), or install it in your project by following the Quickstart Guide below.