From af452a0cc844b2473fbe6898225e2f2e3888a306 Mon Sep 17 00:00:00 2001 From: Megh Lath <98312779+cp-megh-l@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:43:03 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 777cd6a..37c4d83 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +
+ # ComposeRecyclerView **ComposeRecyclerView** enables seamless integration of Jetpack Compose composables within traditional RecyclerView. @@ -341,6 +343,8 @@ the [Github Issues](https://github.com/canopas/compose-recyclerview/issues) For project updates and releases, you can follow them on Twitter at [@canopassoftware](https://twitter.com/canopassoftware). + + ## Acknowledgments **Jetpack Compose Interop Article:** We express our appreciation to the [Jetpack Compose Interop Article](https://medium.com/androiddevelopers/jetpack-compose-interop-using-compose-in-a-recyclerview-569c7ec7a583) on Medium