Skip to content

Commit

Permalink
Merge pull request philchia#62 from jinfeijie/master
Browse files Browse the repository at this point in the history
correct variable name errors
  • Loading branch information
philchia authored Apr 11, 2020
2 parents b42f0e6 + 3199857 commit 0f02787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

```golang
events := agollo.WatchUpdate()
changeEvent := <-event
changeEvent := <-events
bytes, _ := json.Marshal(changeEvent)
fmt.Println("event:", string(bytes))
```
Expand Down

0 comments on commit 0f02787

Please sign in to comment.