Update README.md (#72)

A small fix to the example
This commit is contained in:
Len Weincier 2018-08-29 22:21:39 +02:00 committed by Ben LeMasurier
parent 6b70563d38
commit 290a4e90c0

View File

@ -140,7 +140,7 @@ func main() {
}
if err := l.Disconnect(); err != nil {
log.Fatal("failed to disconnect: %v", err)
log.Fatalf("failed to disconnect: %v", err)
}
}