From 15047686d3a607a5970aa269f89789f9e6e6e78b Mon Sep 17 00:00:00 2001 From: Rudy Affandi Date: Thu, 26 Oct 2017 08:10:01 -0300 Subject: [PATCH] Fix readme formatting --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 900e789..77d24d6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This is a Laravel 5.x wrapper for Dave Rogers' excellent [ServerPilot PHP API](h 2. Grab ServerPilot's API ID and Key from your SP's admin panel 3. Set `SERVERPILOT_API_ID` and `SERVERPILOT_API_KEY` in your `.env` file 4. Edit `app/config/app.php`, + add the following to your providers' array ``` Lesaff\LaravelServerPilot\ServerPilotServiceProvider::class, @@ -34,9 +35,4 @@ Route::get('/servers', function (\Lesaff\LaravelServerPilot $sp) { For full PHP API usage, please refer to https://github.com/daverogers/serverpilot-php by Rudy Affandi (2017) -https://githubb.com/lesaff/laravel-serverpilot - - - - -** Work in Progress ** \ No newline at end of file +https://githubb.com/lesaff/laravel-serverpilot \ No newline at end of file