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 ### Building
After installing [Rust](https://rustup.rs/), you can compile Puberty Simulator After installing [Rust](https://rustup.rs/), you can compile Crisp as follows:
as follows:
```shell ```shell
cargo xtask bundle crisp --release cargo xtask bundle crisp --release

View file

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