From 409d563eec13a2f212ad71a817ea203314bf5b9b Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 29 Jun 2019 14:58:59 +0200 Subject: [PATCH] Update README example after API change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6918f48..7e4fa3b 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ func main() { Address: "localhost:5222", Jid: "test@localhost", Password: "test", - PacketLogger: os.Stdout, + StreamLogger: os.Stdout, Insecure: true, }