From 3d12650a744cfda1482e8d92403fb0e7127f810b Mon Sep 17 00:00:00 2001 From: Yannick Fricke Date: Tue, 27 Feb 2018 16:03:51 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d529e7..ba41b58 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,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.*