Skip to content

Commit

Permalink
Merge pull request #16 from MohamedRejeb/improvements
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MohamedRejeb authored Jul 16, 2023
2 parents c38d79a + eca4dae commit 12da125
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 202 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Ksoup is a lightweight Kotlin Multiplatform library for parsing HTML, extracting HTML tags, attributes, and text, and encoding and decoding HTML entities.

[![Kotlin](https://img.shields.io/badge/kotlin-1.8.22-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![MohamedRejeb](https://raw.githubusercontent.com/MohamedRejeb/MohamedRejeb/main/badges/mohamedrejeb.svg)](https://github.com/MohamedRejeb)
[![Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![BuildPassing](https://shields.io/badge/build-passing-brightgreen)](https://github.com/MohamedRejeb/ksoup/actions)
Expand All @@ -26,6 +26,13 @@ Ksoup is a lightweight Kotlin Multiplatform library for parsing HTML, extracting

Add the dependency below to your **module**'s `build.gradle.kts` or `build.gradle` file:


| Kotlin version | Ksoup version |
|-----------------|---------------|
| 1.9.0 | 0.2.0 |
| 1.8.22 or lower | 0.1.4 |


```kotlin
val version = "0.2.0"

Expand Down
Loading

0 comments on commit 12da125

Please sign in to comment.