diff --git a/README.md b/README.md index fae9b48..83fe95f 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Next, check for memory leaks using `valgrind` by executing: Or to generate a memory usage plot in [massif format](https://valgrind.org/docs/manual/ms-manual.html), execute: ```sh -./scripts/valgrind_plot.sh +./scripts/valgrind-plot.sh ``` ## Other platforms diff --git a/scripts/valgrind_plot.sh b/scripts/valgrind-plot.sh similarity index 100% rename from scripts/valgrind_plot.sh rename to scripts/valgrind-plot.sh