Skip to content

Commit

Permalink
write a clever intro
Browse files Browse the repository at this point in the history
  • Loading branch information
yveskalume committed Jan 27, 2025
1 parent a3f4e9c commit 674877b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
![Maven Central Version](https://img.shields.io/maven-central/v/tech.devscast/validable?color=blue)
[![build](https://github.com/devscast/validable/actions/workflows/build.yaml/badge.svg)](https://github.com/devscast/validable/actions/workflows/build.yaml)

Validable is an extensible library that simplifies text field validation for Jetpack Compose and
Compose Multiplatform by providing abstraction and reusable validation logic.
Validable is a multiplatform extensible library that simplifies text field validation for
Jetpack Compose by providing abstraction and reusable validation logic.

This is what it looks like :

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
![Maven Central Version](https://img.shields.io/maven-central/v/tech.devscast/validable?color=blue)
[![build](https://github.com/devscast/validable/actions/workflows/build.yaml/badge.svg)](https://github.com/devscast/validable/actions/workflows/build.yaml)

Validable is an extensible library that simplifies text field validation for Jetpack Compose and
Compose Multiplatform by providing abstraction and reusable validation logic.
Validable is a multiplatform extensible library that simplifies text field validation for
Jetpack Compose by providing abstraction and reusable validation logic.

```kotlin
@Composable
Expand Down

0 comments on commit 674877b

Please sign in to comment.