Skip to content

Commit 94fc040

Browse files
committed
Correct parser link in README
1 parent fc0bf4c commit 94fc040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
A pure PHP implementation of the open [Language Server Protocol](https://github.com/Microsoft/language-server-protocol).
1212
Provides static code analysis for PHP for any IDE.
1313

14-
Uses the great [PHP-Parser](https://github.com/nikic/PHP-Parser),
14+
Uses the great [Tolerant PHP Parser](https://github.com/Microsoft/tolerant-php-parser),
1515
[phpDocumentor's DocBlock reflection](https://github.com/phpDocumentor/ReflectionDocBlock)
1616
and an [event loop](http://sabre.io/event/loop/) for concurrency.
1717

0 commit comments

Comments
 (0)