Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 authored Feb 6, 2024
1 parent 3bb3752 commit 80f2d2f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

## Compatibility

Android Jellybean **4.1+**/SDK 16+
> [!important]
> Android Jellybean **4.1+**/SDK 16+
## Usage

Expand All @@ -26,8 +27,8 @@ val word4: String = PersianDigits.spellToPersian("5121321")
//سه ممیز چهارده، صدم
val decimalWord: String = PersianDigits.spellToPersian(3.14)
```

in Kotlin, you can also take advantage of extension methods like:
> [!tip]
> In Kotlin, you can also take advantage of extension methods like:
```kotlin
500.spellToPersian()
Expand All @@ -42,7 +43,8 @@ String persianNumber=PersianHelpersJava.spellToFarsi("1231");

## Download

Find the latest version [here](https://central.sonatype.com/artifact/com.github.yamin8000/PrettyPersianNumbers).
> [!important]
> Find the latest version [here](https://central.sonatype.com/artifact/com.github.yamin8000/PrettyPersianNumbers).
### Gradle Groovy DSL

Expand All @@ -67,7 +69,7 @@ dependencies {

Add the dependency

```xml
```XML

<dependency>
<groupId>com.github.yamin8000</groupId>
Expand Down Expand Up @@ -101,6 +103,7 @@ dependencies {

## License

> [!important]
> Pretty Persian Numbers is licensed under the **[GNU General
> Public License v3.0](./LICENSE)**
> Permissions of this strong copyleft license are conditioned on making
Expand Down

0 comments on commit 80f2d2f

Please sign in to comment.