diff --git a/README.md b/README.md index 211d55d..5abf3c6 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,15 @@ Go implementation of Brace Expansion mechanism to generate arbitrary strings. Implementing: [3.5.1 Brace Expansion][bash-be] [![PkgGoDev](https://pkg.go.dev/badge/github.com/happy-sdk/bexp)](https://pkg.go.dev/github.com/happy-sdk/bexp) -![license](https://img.shields.io/github/license/mkungla/bexp) -![GitHub last commit](https://img.shields.io/github/last-commit/mkungla/bexp) +![license](https://img.shields.io/github/license/happy-sdk/bexp) +![GitHub last commit](https://img.shields.io/github/last-commit/happy-sdk/bexp) [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go) -![tests](https://github.com/mkungla/bexp/workflows/tests/badge.svg) +![tests](https://github.com/happy-sdk/bexp/workflows/tests/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/happy-sdk/bexp)](https://goreportcard.com/report/github.com/happy-sdk/bexp) -[![Coverage Status](https://coveralls.io/repos/github/mkungla/bexp/badge.svg?branch=main)](https://coveralls.io/github/mkungla/bexp?branch=main) - -[![benchmarks](https://github.com/mkungla/bexp/workflows/benchmarks/badge.svg)](https://dashboard.bencher.orijtech.com/graphs?tab=1&branch=&repo=https%3A%2F%2Fgithub.com%2Fmkungla%2Fbexp.git&start=1670554071&end=1671158871&searchTerm=&yScale=linear&highlight=) - +[![Coverage Status](https://coveralls.io/repos/github/happy-sdk/bexp/badge.svg?branch=main)](https://coveralls.io/github/happy-sdk/bexp?branch=main) + - [Bash Brace Expansion in Go](#bash-brace-expansion-in-go)