From 94fc0405fd4aed4fe7d779dc04a2924e3ced5b45 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sat, 1 Jul 2017 14:32:56 +0200 Subject: [PATCH] Correct parser link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 432d874..ef351ec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A pure PHP implementation of the open [Language Server Protocol](https://github.com/Microsoft/language-server-protocol). Provides static code analysis for PHP for any IDE. -Uses the great [PHP-Parser](https://github.com/nikic/PHP-Parser), +Uses the great [Tolerant PHP Parser](https://github.com/Microsoft/tolerant-php-parser), [phpDocumentor's DocBlock reflection](https://github.com/phpDocumentor/ReflectionDocBlock) and an [event loop](http://sabre.io/event/loop/) for concurrency.