From bd2db4cae9301dc8c9cde2e53940b4e61e142724 Mon Sep 17 00:00:00 2001 From: Sven Obser Date: Thu, 24 Sep 2020 10:22:11 +0200 Subject: [PATCH] Fix shields in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b39958..c0dc95d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Kotlin Serialization CSV -[![Maven Central](https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&url=https%3A%2F%2Fimg.shields.io%2Fmaven-central%2Fv%2Fde.brudaswen.kotlinx.serialization%2Fkotlinx-serialization-csv%3Fstyle%3Dflat-square)](https://search.maven.org/artifact/de.brudaswen.kotlinx.serialization/kotlinx-serialization-csv) -![Snapshot](https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&url=https%3A%2F%2Fimg.shields.io%2Fnexus%2Fs%2Fde.brudaswen.kotlinx.serialization%2Fkotlinx-serialization-csv%3Flabel%3Dsnapshot%26server%3Dhttps%253A%252F%252Foss.sonatype.org%26style%3Dflat-square) -[![CI Status](https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&url=https%3A%2F%2Fimg.shields.io%2Fgithub%2Fworkflow%2Fstatus%2Fbrudaswen%2Fkotlinx-serialization-csv%2FCI%3Fstyle%3Dflat-square)](https://github.com/brudaswen/kotlinx-serialization-csv/actions?query=workflow%3ACI) -[![Codecov](https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&url=https%3A%2F%2Fimg.shields.io%2Fcodecov%2Fc%2Fgithub%2Fbrudaswen%2Fkotlinx-serialization-csv%3Fstyle%3Dflat-square)](https://codecov.io/gh/brudaswen/kotlinx-serialization-csv) -[![License](https://images1-focus-opensocial.googleusercontent.com/gadgets/proxy?container=focus&url=https%3A%2F%2Fimg.shields.io%2Fgithub%2Flicense%2Fbrudaswen%2Fkotlinx-serialization-csv%3Fstyle%3Dflat-square)](https://www.apache.org/licenses/LICENSE-2.0) +[![Maven Central](https://img.shields.io/maven-central/v/de.brudaswen.kotlinx.serialization/kotlinx-serialization-csv?style=flat-square)](https://search.maven.org/artifact/de.brudaswen.kotlinx.serialization/kotlinx-serialization-csv) +![Snapshot](https://img.shields.io/nexus/s/de.brudaswen.kotlinx.serialization/kotlinx-serialization-csv?label=snapshot&server=https%3A%2F%2Foss.sonatype.org&style=flat-square) +[![CI Status](https://img.shields.io/github/workflow/status/brudaswen/kotlinx-serialization-csv/CI?style=flat-square)](https://github.com/brudaswen/kotlinx-serialization-csv/actions?query=workflow%3ACI) +[![Codecov](https://img.shields.io/codecov/c/github/brudaswen/kotlinx-serialization-csv?style=flat-square)](https://codecov.io/gh/brudaswen/kotlinx-serialization-csv) +[![License](https://img.shields.io/github/license/brudaswen/kotlinx-serialization-csv?style=flat-square)](https://www.apache.org/licenses/LICENSE-2.0) Library to easily use *Kotlin Serialization* to serialize/parse CSV.