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.
+[![Go Reference](https://pkg.go.dev/badge/github.com/shoenig/go-m1cpu.svg)](https://pkg.go.dev/github.com/shoenig/go-m1cpu)
+[![MPL License](https://img.shields.io/github/license/shoenig/go-m1cpu?color=g&style=flat-square)](https://github.com/shoenig/go-m1cpu/blob/main/LICENSE)
+[![Run CI Tests](https://github.com/shoenig/go-m1cpu/actions/workflows/ci.yaml/badge.svg)](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