1
0
Fork 0

Fix plugin names in readmes

Closes #7.
This commit is contained in:
Robbert van der Helm 2022-05-26 13:32:18 +02:00
parent 7eee0b032e
commit c555aff768
2 changed files with 2 additions and 3 deletions

View file

@ -18,8 +18,7 @@ on macOS.
### Building
After installing [Rust](https://rustup.rs/), you can compile Puberty Simulator
as follows:
After installing [Rust](https://rustup.rs/), you can compile Crisp as follows:
```shell
cargo xtask bundle crisp --release

View file

@ -31,5 +31,5 @@ After installing [Rust](https://rustup.rs/), you can compile Safety Limiter as
follows:
```shell
cargo xtask bundle puberty_simulator --release
cargo xtask bundle safety_limiter --release
```