Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jul 18, 2024
1 parent 2b29f48 commit 24be27d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Table of Contents

- [Quick links](#quick-links)
- [Compose Multiplatform Information](#compose-multipletform-information)
- [Compose versions](#compose-versions)
- [Compose Multiplatform Information](#compose-multiplatform-information)
- [Compose UI version compatibility](#compose-ui-versions)
- [Calendar Composables](#calendar-composables)
- [Usage](#usage)
* [Calendar state](#usage)
Expand Down Expand Up @@ -51,7 +51,7 @@ fun LocalDate.plusDays(value: Int): LocalDate = plus(value, DateTimeUnit.DAY)
fun LocalDate.minusDays(value: Int): LocalDate = minus(value, DateTimeUnit.DAY)
```

## Compose UI versions
## Compose UI version compatibility

Ensure that you are using the library version that matches the Compose UI version in your project. If you use a version of the library that has a higher version of Compose UI than the one in your project, gradle will upgrade the Compose UI version in your project via transitive dependency. See the compatibility table [here](https://github.com/kizitonwose/Calendar#compose-ui-version-compatibility).

Expand Down

0 comments on commit 24be27d

Please sign in to comment.