Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peanutzhen committed Aug 1, 2021
1 parent ef6b653 commit 85fbf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func GetTomScore(group *peanutcache.Group, wg *sync.WaitGroup) {
fmt.Println(view.String())
}
```
Use `go run`, you will get follows:
Before `go run`, you should run `etcd` local directly(without any spcified parameter) and then execute `go run example.go`, you will get follows:

```console
$ go run peanutcache_usage.go
Expand Down

0 comments on commit 85fbf02

Please sign in to comment.