Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit 83ac50a

Browse files
committed
recommended link
1 parent fff4ad4 commit 83ac50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ With this package it is also very easy to [create custom pagination](#create-cus
1414
## Table of Contents
1515
* [Installation](#installation)
1616
* [Usage](#usage)
17-
* [Usage - Recommended Way](#)
17+
* [Usage - Recommended Way](#usage---recommended-way)
1818
* [Simple Pagination](#simple-pagination)
1919
* [Additional Wrappers](#additional-wrappers)
2020
* [Appending To Pagination Links](#appending-to-pagination-links)
@@ -206,7 +206,7 @@ class PaginationHTML {
206206
}
207207
```
208208

209-
Simply extend the `Landish\Pagination\Pagination` class in your `app/pagination.php` file, just like I [recommended](#usage--recommended-) above and overwrite these properties:
209+
Simply extend the `Landish\Pagination\Pagination` class in your `app/pagination.php` file, just like I [recommended](#usage---recommended-way) above and overwrite these properties:
210210

211211
```php
212212
<?php namespace App;

0 commit comments

Comments
 (0)