security-checker: change folder to directory

translation-badges
bl-ue 2021-01-10 14:36:18 -05:00 committed by Axel Navarro
parent 36f7d8e2e5
commit 7c329b9cb1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
> Check if a PHP application uses dependencies with known security vulnerabilities.
> More information: <https://github.com/sensiolabs/security-checker>.
- Look for security issues in the project dependencies (based on the composer.lock file in the current folder):
- Look for security issues in the project dependencies (based on the composer.lock file in the current directory):
`security-checker security:check`