Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x authored Nov 11, 2019
1 parent 2c7c123 commit a1ec903
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 @@ -25,9 +25,9 @@ $ composer require log1x/pagi
### Basic Usage

```php
use Log1x\Pagi\PagiFacade as PagiFacade;
use Log1x\Pagi\PagiFacade as Pagi;

$pagination = (new Pagi())->build();
$pagination = Pagi::build();

return $pagination->links();
```
Expand Down

0 comments on commit a1ec903

Please sign in to comment.