Skip to content

Commit

Permalink
Fix minor corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Sep 28, 2020
1 parent 1376e68 commit 570fd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -53,7 +53,7 @@ directly under the `public` root.

## Configuring your application

The application is fully configurable through parameters. [Application settings](docs/CONFIG.md)
All the configuration is in the `config directory` of the `application`.

## Using PHP built-in server

Expand Down Expand Up @@ -84,7 +84,7 @@ vendor/bin/codecept run

## Static analysis

The code is statically analyzed with [Phan](https://github.com/phan/phan/wiki). To run static analysis:
The code is statically analyzed with [Psalm](https://psalm.dev/docs). To run static analysis:

```php
./vendor/bin/psalm
Expand Down

0 comments on commit 570fd0a

Please sign in to comment.