From 88920af5e7e3f062be8dca418b447ccbf0c68c17 Mon Sep 17 00:00:00 2001 From: Chandrakanth Narreddy <16383732+ChandraNarreddy@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:44:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6c808f..ad9e83b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status]((https://github.com/ChandraNarreddy/siv/actions/workflows/go.yml/badge.svg))](https://github.com/ChandraNarreddy/siv/actions/workflows/go.yml) [![GoDoc](https://godoc.org/github.com/ChandraNarreddy/siv?status.svg)](https://godoc.org/github.com/ChandraNarreddy/siv) +[![Go](https://github.com/ChandraNarreddy/siv/actions/workflows/go.yml/badge.svg)](https://github.com/ChandraNarreddy/siv/actions/workflows/go.yml) [![GoDoc](https://godoc.org/github.com/ChandraNarreddy/siv?status.svg)](https://godoc.org/github.com/ChandraNarreddy/siv) # siv SIV-AES (rfc5297) implementation for Golang.