From c09e75f1813e6dae97f3a9625506771a16c298d8 Mon Sep 17 00:00:00 2001
From: RadioPatrick
Date: Tue, 30 Jan 2024 07:41:02 +0100
Subject: [PATCH] beautify readme
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 870a338..9672fbf 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ veilRecyclerView.setLayoutManager(LinearLayoutManager(this)) // sets LayoutManag
veilRecyclerView.addVeiledItems(15) // add veiled 15 items
```
-#### Carousel View
+#### VeilRecyclerFrameView with a horizontal carousel
Automatically masking a horizontal layout is **not supported yet**. Horizontal (carousel) layouts **can** be used if you specify their shimmer layout yourself in advance (and tell the view to use this prepared layout by setting `isPrepared = true`). See `CarouselActivity` for an example
```kotlin