diff --git a/README.md b/README.md index 1e9f667..f73a863 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ ### Setup ```shell -mason setup build +meson setup build ``` ### Build ```shell -mason compile +meson compile ```