Skip to content

Commit 38b5624

Browse files
authored
Update README.md
1 parent f1ab199 commit 38b5624

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ rememberHorizontalVueReaderState(resource = VueResourceType.BlankDocument())
245245
```
246246
### Custom
247247
Any network request or transformation can be done in this scope
248+
```kotlin
249+
rememberHorizontalVueReaderState(resource = VueResourceType.Custom)
250+
```
248251
```kotlin
249252
LaunchedEffect(key1 = Unit, block = {
250253
horizontalVueReaderState.load(

0 commit comments

Comments
 (0)