readme: fixup naming and add badges
diff --git a/README.md b/README.md index 4cdfb70..e07caa8 100644 --- a/README.md +++ b/README.md
@@ -1,13 +1,17 @@ # m1cpu -The `m1cpu` package is a library for inspecting Apple Silicon CPUs in Go. +[](https://pkg.go.dev/github.com/shoenig/go-m1cpu) +[](https://github.com/shoenig/go-m1cpu/blob/main/LICENSE) +[](https://github.com/shoenig/go-m1cpu/actions/workflows/ci.yaml) + +The `go-m1cpu` module is a library for inspecting Apple Silicon CPUs in Go. Use the `m1cpu` library for looking up the CPU frequency for Apple M1 and M2 CPUs. # Install ```shell -go get github.com/shoenig/m1cpu@latest +go get github.com/shoenig/go-m1cpu@latest ``` # Example