Correct casing in installation command for consistency in README.md
All checks were successful
CI / build (push) Successful in 26s
Tests / test (push) Successful in 1m0s

This commit is contained in:
2025-12-26 22:59:03 -06:00
parent ac5451c934
commit 3388ca9296

View File

@@ -21,7 +21,7 @@ A self-hosted Open-Source Vulnerabilities (OSV) API server written in Go. Provid
## Install
```bash
go install git.quad4.io/Quad4-Software/osv-server/cmd/osv-server@latest
go install git.quad4.io/quad4-software/osv-server/cmd/osv-server@latest
```
## Building