Skip to content

Commit

Permalink
Example bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mileusna committed Jun 1, 2018
1 parent 83404a5 commit 59bf1b4
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 @@ -161,7 +161,7 @@ import (
)

func main() {
v := viber.Viber{
v := &viber.Viber{
AppKey: "YOUR-APP-KEY-FROM-VIBER",
Sender: viber.Sender{
Name: "MyPage",
Expand Down

0 comments on commit 59bf1b4

Please sign in to comment.