diff --git a/README.md b/README.md index b80dbd0..2e82a08 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,14 @@ readable logging with batteries included. ## Usage -Use `go get` to download the dependency, and then `import` it in your Go files: +Use `go get` to download the dependency. ```bash go get github.com/charmbracelet/log@latest ``` +Then, `import` it in your Go files: + ```go import "github.com/charmbracelet/log" ```