diff --git a/README.md b/README.md index fd3d112..9f1eb8d 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,18 @@ zap logger with lumberjack ## Features - ## Usage ### Installation Use go get. + ```bash go get github.com/things-go/log ``` Then import the package into your own code. + ```bash import "github.com/things-go/log" ```