diff --git a/README.md b/README.md index 7ecc0ad..0000724 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ s := satel.NewConfig("", satel.Config{EventsQueueSize: 1000}) go func() { value := true for { - s.SetOutput("", value) + s.SetOutput("", , value) time.Sleep(5 * time.Second) value = !value }