Skip to content

Commit

Permalink
Fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyaffandi committed Oct 26, 2017
1 parent 7cca184 commit 1504768
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 **
https://githubb.com/lesaff/laravel-serverpilot

0 comments on commit 1504768

Please sign in to comment.