From c8522453a0d91f5cf2bf8dff59885ed0496e7f77 Mon Sep 17 00:00:00 2001 From: razonyang Date: Wed, 17 Jun 2020 18:01:27 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51341da..050e4c5 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ [![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/clevergo.tech/log?tab=doc) [![Go Report Card](https://goreportcard.com/badge/github.com/clevergo/log)](https://goreportcard.com/report/github.com/clevergo/log) [![Release](https://img.shields.io/github/release/clevergo/log.svg?style=flat-square)](https://github.com/clevergo/log/releases) -[![Sourcegraph](https://sourcegraph.com/github.com/clevergo/log/-/badge.svg)](https://sourcegraph.com/github.com/clevergo/log?badge) ## Usage Checkout [example](https://github.com/clevergo/examples/tree/master/log) for details. +```shell +go get clevergo.tech/log +``` + ### Zap ```go