Skip to content

Commit 80c5b29

Browse files
committed
Move note under visible config key bullet
1 parent 4ca3861 commit 80c5b29

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ ApiPagination has three keys for configuration: `key`, `aliases`, and `visible`.
6767
* `aliases` allows you to change names of the pagination detail keys.
6868

6969
* `visible` allows you to set which pagination keys will be exposed in the
70-
response.
70+
response. **Note:** Whenever setting keys' visibility, make sure to use the aliased name
71+
if you've given it one.
7172

7273
An example using all these configuration keys:
7374

@@ -101,9 +102,6 @@ This configuration would yield:
101102
}
102103
```
103104

104-
**Note:** Whenever setting keys' visibility, make sure to use the aliased name
105-
if you've given it one.
106-
107105
## Change log
108106

109107
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

0 commit comments

Comments
 (0)