Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjdgyc authored Mar 20, 2023
1 parent 87bcaa7 commit c32a220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ simple log

## Installation

`go get gopkg.in/bjdgyc/slog.v1`
`go get github.com/bjdgyc/slog`


## example
Expand All @@ -22,7 +22,7 @@ simple log

package main

import "gopkg.in/bjdgyc/slog.v1"
import "github.com/bjdgyc/slog"

func main() {
//设置日志等级
Expand Down

0 comments on commit c32a220

Please sign in to comment.