Skip to content

Commit

Permalink
Update README.md to fix two things (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles authored May 20, 2024
1 parent 71219fd commit aa9487c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Fuel

[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.0-blue.svg)](http://kotlinlang.org)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.9.21-blue.svg)](http://kotlinlang.org)
[![MavenCentral](https://maven-badges.herokuapp.com/maven-central/com.github.kittinunf.fuel/fuel-jvm/badge.svg)](https://search.maven.org/search?q=com.github.kittinunf.fuel)
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io)
![Run Gradle](https://github.com/kittinunf/fuel/workflows/Run%20Gradle/badge.svg?branch=main)
[![Run Gradle Push](https://github.com/kittinunf/fuel/actions/workflows/main.yml/badge.svg)](https://github.com/kittinunf/fuel/actions/workflows/main.yml)
[![Codecov](https://codecov.io/github/kittinunf/fuel/coverage.svg?branch=main)](https://codecov.io/gh/kittinunf/fuel/branch/main)

The easiest HTTP networking library for Kotlin backed by Kotlinx Coroutines.
Expand Down

0 comments on commit aa9487c

Please sign in to comment.