1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Add explicit callout to the documentation

Ref #596
This commit is contained in:
Matthew Brown 2018-03-18 09:07:36 -04:00 committed by GitHub
parent fd2cd024bb
commit 1d9580bc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,11 @@ Psalm is a static analysis tool for finding errors in PHP applications, built on
It's able to find a [large number issues](https://github.com/vimeo/psalm/blob/master/docs/issues.md), but it can also be configured to only care about a small subset of those.
[Read more about Psalm](https://github.com/vimeo/psalm/blob/master/docs/index.md), [try a live demo](https://getpsalm.org/), or install it in your project by following the guide below.
[Try a live demo](https://getpsalm.org/), or install it in your project by following the Quickstart Guide below.
## Psalm documentation
All the documentation for Psalm are found in the docs folder - [the index is located here](https://github.com/vimeo/psalm/blob/master/docs/index.md),
## Quickstart Guide