Skip to content

Commit

Permalink
fix indendation in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmurray committed Jul 31, 2017
1 parent 94141b0 commit d8df524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Unless you are using Laravel 5.5 (in which case, package auto-discovery will do
// ...

'aliases' => [
// others
'Countdown' => jpmurray\LaravelCountdown\Facades\CountdownFacade::class,
// others
'Countdown' => jpmurray\LaravelCountdown\Facades\CountdownFacade::class,
];
```

Expand Down

0 comments on commit d8df524

Please sign in to comment.