From dae2321889ce8d03b41a26c257e689699ec9228f Mon Sep 17 00:00:00 2001 From: Kevin Diu Date: Mon, 25 Sep 2023 13:23:46 +0900 Subject: [PATCH] Add badges to README (#79) * add badages Signed-off-by: kevindiu * fix Signed-off-by: kevindiu * update badge Signed-off-by: kevindiu --------- Signed-off-by: kevindiu --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 565a5cf..562d225 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![LICENSE](https://img.shields.io/github/license/vdaas/vald-client-clj?style=flat-square)](https://github.com/vdaas/vald-client-clj/blob/main/LICENSE) [![release](https://img.shields.io/github/v/release/vdaas/vald-client-clj?style=flat-square)](https://github.com/vdaas/vald-client-clj/releases) [![Clojars Project](https://img.shields.io/clojars/v/vald-client-clj.svg?style=flat-square)](https://clojars.org/vald-client-clj) +[![Vald version](https://img.shields.io/github/release/vdaas/vald.svg?style=flat-square)](https://github.com/vdaas/vald/releases/latest) +[![clojure](https://img.shields.io/badge/clojure-1.11.1-orange)](https://clojure.github.io/clojure/) A Clojure gRPC client library for [Vald](https://github.com/vdaas/vald).