From c4a2cd66745f139cd893e0625ef4bf4b44240aa7 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Mon, 4 Jun 2018 12:51:30 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2d2954..7695d45 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHP Metrics](https://github.com/phpmetrics/PhpMetrics) - A static metric library. * [PHP Migration](https://github.com/monque/PHP-Migration) - A static analyzer for PHP version migration. * [PHPStan](https://github.com/phpstan/phpstan) - A PHP Static Analysis Tool. -* [Pslam](https://github.com/vimeo/psalm) - A static analysis tool for finding errors in PHP applications. +* [Psalm](https://github.com/vimeo/psalm) - A static analysis tool for finding errors in PHP applications. ### Architectural *Libraries related to design patterns, programming approaches and ways to organize code.*