From 7da321cc47a041b7716ff21254ba6240d0eed383 Mon Sep 17 00:00:00 2001 From: script kiddie Date: Wed, 8 Jan 2025 22:32:28 +0100 Subject: [PATCH] update README --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 70346d2..e28a977 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ *.out # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/ # Go workspace file go.work @@ -28,6 +28,7 @@ go.work.sum /testies /testy /rust +/vendor /cgo_tests /c_impl /c \ No newline at end of file diff --git a/README.md b/README.md index a880d34..a19bc2d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Stegano: The fastest Steganography Library for Go -[![Tests](https://github.com/scott-mescudi/stegano/actions/workflows/go.yml/badge.svg?event=push)](https://github.com/scott-mescudi/stegano/actions/workflows/go.yml) ![GitHub License](https://img.shields.io/github/license/scott-mescudi/stegano) [![Go Reference](https://pkg.go.dev/badge/github.com/scott-mescudi/stegano.svg)](https://pkg.go.dev/github.com/scott-mescudi/stegano) [![Go Report Card](https://goreportcard.com/badge/github.com/scott-mescudi/stegano)](https://goreportcard.com/report/github.com/scott-mescudi/stegano) +[![Tests](https://github.com/scott-mescudi/stegano/actions/workflows/go.yml/badge.svg?event=push)](https://github.com/scott-mescudi/stegano/actions/workflows/go.yml) ![GitHub License](https://img.shields.io/github/license/scott-mescudi/stegano) [![Go Reference](https://pkg.go.dev/badge/github.com/scott-mescudi/stegano.svg)](https://pkg.go.dev/github.com/scott-mescudi/stegano) [![Go Report Card](https://goreportcard.com/badge/github.com/scott-mescudi/stegano)](https://goreportcard.com/badge/github.com/scott-mescudi/stegano) ## Table of Contents