Skip to content

Commit

Permalink
add some badges and links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Jan 5, 2025
1 parent 9ef3157 commit 02854de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 02854de

Please sign in to comment.