From 0d18ee4d3f195b0046e08c067cf3c12e4200512d Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Thu, 2 May 2024 00:24:46 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b87a7b1..95be9a3 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,17 @@
-[![PkgGoDev](https://pkg.go.dev/badge/github.com/steambap/captcha)](https://pkg.go.dev/github.com/steambap/captcha) -[![Build Status](https://github.com/steambap/captcha/workflows/CI/badge.svg)](https://github.com/steambap/captcha/actions?workflow=CI) -[![codecov](https://codecov.io/gh/steambap/captcha/branch/main/graph/badge.svg)](https://codecov.io/gh/steambap/captcha) -[![Go Report Card](https://goreportcard.com/badge/github.com/steambap/captcha)](https://goreportcard.com/report/github.com/steambap/captcha) +[![PkgGoDev](https://pkg.go.dev/badge/centrifuge.hectabit.org/HectaBit/captcha)](https://pkg.go.dev/github.com/centrifuge.hectabit.org/HectaBit/captcha) +[![Go Report Card](https://goreportcard.com/badge/centrifuge.hectabit.org/HectaBit/captcha)](https://goreportcard.com/report/centrifuge.hectabit.org/HectaBit/captcha)
## Why another captcha generator? -I want a simple and framework-independent way to generate captcha. It also should be flexible, at least allow me to pick my favorite font. +Because I can. ## install ``` -go get github.com/steambap/captcha +go get centrifuge.hectabit.org/HectaBit/captcha ``` ## usage @@ -32,7 +30,7 @@ func handle(w http.ResponseWriter, r *http.Request) { ``` -[documentation](https://pkg.go.dev/github.com/steambap/captcha) | +[documentation](https://pkg.go.dev/centrifuge.hectabit.org/HectaBit/captcha) | [example](example/basic/main.go) | [font example](example/load-font/main.go)