From 5544030ff1d5290b71fc29705ec3b4cfa35ff204 Mon Sep 17 00:00:00 2001 From: Quynh Xuan Nguyen Date: Tue, 9 Apr 2019 08:00:25 +0700 Subject: [PATCH] Fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2203faff..edac9924 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

-**PHP Insights** created and maintained by [Nuno Maduro](https://github.com/nunomaduro), is the perfect starting point to analyze the code quality of your PHP projects. +**PHP Insights** created and maintained by [Nuno Maduro](https://github.com/nunomaduro), is the perfect starting point to analyze the code quality of your PHP projects. Carefully crafted to simplify the analysis of your code directly on your terminal. **🚨 This project is under development. Don't use it!**. @@ -47,7 +47,7 @@ php ./vendor/bin/phpinsights You can publish the config-file with: ```bash -php artisan vendor:publish --provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider" +php artisan vendor:publish --provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider" ``` Open `config/insights.php`, and update the preset to `laravel`. @@ -95,7 +95,7 @@ final class ForbiddenFinalClasses extends Insight final class ClassesFinal implements HasValue, HasPercentage, HasInsights { // ... - + /** * {@inheritdoc} */ @@ -109,4 +109,4 @@ final class ClassesFinal implements HasValue, HasPercentage, HasInsights ``` ## 🆓 License -PHP Insights is an open-sourced software licensed under the [MIT license](LICENSE.md). +PHP Insights is open-sourced software licensed under the [MIT license](LICENSE.md).