Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Clavianus Juneardo <[email protected]>
  • Loading branch information
clavinjune committed Apr 15, 2022
1 parent 3faaf92 commit 46aecd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serve

[![Go Version](https://img.shields.io/static/v1?style=for-the-badge&label=Go+Version&message=1.17.6&color=blue&logo=go)](https://github.com/golang/go/releases/tag/go1.17.6)
[![Go Version](https://img.shields.io/static/v1?style=for-the-badge&label=Go+Version&message=1.18.1&color=blue&logo=go)](https://github.com/golang/go/releases/tag/go1.18.1)
[![Reference](https://img.shields.io/badge/reference-007d9c?style=for-the-badge&logo=go&logoColor=white&&labelColor=5c5c5c)](https://pkg.go.dev/github.com/ClavinJune/serve)
[![Latest Release](https://img.shields.io/github/tag/ClavinJune/serve.svg?style=for-the-badge&logo=github)](https://github.com/ClavinJune/serve/releases/latest)
[![Registry](https://img.shields.io/static/v1?style=for-the-badge&label=Registry&message=ghcr.io&color=red&logo=linux-containers)](https://ghcr.io/clavinjune/serve)
Expand All @@ -24,8 +24,8 @@ A Lightweight HTTP Server Built on Top of Go

```bash
# chmod +x serve_{version}_{os}_{arch}
$ chmod +x serve_0.3.8_linux_amd64
$ ./serve_0.3.8_linux_amd64 -v
$ chmod +x serve_0.3.9_linux_amd64
$ ./serve_0.3.9_linux_amd64 -v
serve v0.3.9
```

Expand Down

0 comments on commit 46aecd5

Please sign in to comment.