Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0xf00 authored Oct 20, 2022
1 parent 983c170 commit c97050f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Lazy Tree List for Jetpack Compose

---
<p align="center">
<img src="https://img.shields.io/maven-central/v/io.github.mr0xf00/lazytreelist">
</p>
Expand Down Expand Up @@ -55,4 +54,4 @@ LazyTreeList(
items = myData.asItemTree()
)
```
See [AppUi.kt](sample/src/main/java/com/mr0xf00/lazytreelist/ui/AppUi.kt) for an example implementation
See [AppUi.kt](sample/src/main/java/com/mr0xf00/lazytreelist/ui/AppUi.kt) for an example implementation

0 comments on commit c97050f

Please sign in to comment.