Skip to content

Commit

Permalink
Fix the name of the psalm plugin class in the readme (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Feb 16, 2021
1 parent 4caeb0a commit 934c879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ composer require azjezz/psl

PSL comes with a [Psalm](https://psalm.dev/) plugin, that improves return type for PSL functions that psalm cannot infer from source code.

To enable the Psalm plugin, add the `Psl\Internal\Psalm\Plugin` class to your psalm configuration file plugins list as follows:
To enable the Psalm plugin, add the `Psl\Integration\Psalm\Plugin` class to your psalm configuration file plugins list as follows:

```xml
<psalm>
Expand Down

0 comments on commit 934c879

Please sign in to comment.