This commit is contained in:
elvis
2025-12-02 05:00:48 +01:00
parent 36e5acb1ad
commit ec87f96046
3 changed files with 10 additions and 2 deletions

View File

@ -28,7 +28,7 @@ A simple script is provided to check for errors during development at [`./reacti
In order to format the code in a uniform way run `cargo +nightly fmt`.
To run the program use `cargo r`; to run the release build use `cargo r --relase`.
To run the program use `cargo r`; to run the release build use `cargo r --release`.
## Native Application