diff --git a/README.md b/README.md index a8684d4..784b30c 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ func main() { context, _ := php.NewContext(os.Stdout) context.Exec("index.php") + + context.Destroy() + engine.Destroy() } ```