diff --git a/readme.md b/readme.md index ed22bb0..630a047 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ ## Laravel Pipedrive api -#Installation +# Installation 1. Require using composer ```` @@ -12,4 +12,4 @@ composer require lasserafn/laravel-pipedrive 'providers' => [ \LasseRafn\Pipedrive\PipedriveServiceProvider::class, ] -```` \ No newline at end of file +````