diff --git a/README.md b/README.md index 705873a..536ea37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # jub0bs/cors +[![tag](https://img.shields.io/github/tag/jub0bs/cors.svg)](https://github.com/jub0bs/cors/releases) +[![Go Version](https://img.shields.io/badge/Go-%3E%3D%201.23-%23007d9c)][go1.23] [![Go Reference](https://pkg.go.dev/badge/github.com/jub0bs/cors.svg)](https://pkg.go.dev/github.com/jub0bs/cors) [![license](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat)](https://github.com/jub0bs/cors/raw/main/LICENSE) [![build](https://github.com/jub0bs/cors/actions/workflows/cors.yml/badge.svg)](https://github.com/jub0bs/cors/actions/workflows/cors.yml) @@ -28,7 +30,7 @@ that implement CORS. go get github.com/jub0bs/cors ``` -jub0bs/cors requires Go 1.23 or above. +jub0bs/cors requires [Go 1.23][go1.23] or above. ## Example @@ -167,6 +169,7 @@ Here is as exhaustive a list as I could come up with: [fearless-cors]: https://jub0bs.com/posts/2023-02-08-fearless-cors/ [fetch]: https://fetch.spec.whatwg.org [funcopts]: https://www.youtube.com/watch?v=5uM6z7RnReE +[go1.23]: https://tip.golang.org/doc/go1.23 [golang]: https://go.dev/ [license]: https://github.com/jub0bs/cors/blob/main/LICENSE [logging]: https://jub0bs.com/posts/2024-04-27-jub0bs-cors-a-better-cors-middleware-library-for-go/#debug-mode