From 9eed926d55facd59cf22ee1904496bd313ee2c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Ollah?= Date: Fri, 12 Jul 2024 13:14:27 +0200 Subject: [PATCH] add badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6366d8f..c60c148 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # xorcipher +[![Go Reference](https://pkg.go.dev/badge/github.com/MatusOllah/xorcipher.svg)](https://pkg.go.dev/github.com/MatusOllah/xorcipher) [![Go Report Card](https://goreportcard.com/badge/github.com/MatusOllah/xorcipher)](https://goreportcard.com/report/github.com/MatusOllah/xorcipher) + **xorcipher** is a XOR Cipher library for Go. ## Basic Usage