diff --git a/README.md b/README.md index 14b95cf..766f7f0 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ func main() { mainLoop.Run() // Destroy the pipeline - if err := pipeline.Destroy() ; err != nil { + if err := pipeline.Destroy(); err != nil { fmt.Println("Error destroying the pipeline:", err) } }