diff options
| author | Kane Rogers <kane.m.rogers@gmail.com> | 2021-08-25 15:21:39 +1000 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2021-08-26 10:29:24 +0200 |
| commit | 29462e29687dfcd097a6f8f4094c96c3c414b026 (patch) | |
| tree | 0227d42e8c3859cd849939144e973d85df460c37 | |
| parent | 3f223aaf9e8334893e6ed0ca1e9e72604f5ab35d (diff) | |
| download | rapier-29462e29687dfcd097a6f8f4094c96c3c414b026.tar.gz rapier-29462e29687dfcd097a6f8f4094c96c3c414b026.tar.bz2 rapier-29462e29687dfcd097a6f8f4094c96c3c414b026.zip | |
Fix typo in CONTRIBUTING
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee08764..d8564bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,8 +22,8 @@ The Rust source code of the Rapier physics engines is available on our `rapier` - Run the tests `cargo test` - Run the 2D examples and see if they behave as expected: `cargo run --release --bin all_examples2` - Run the 3D examples and see if they behave as expected: `cargo run --release --bin all_examples3` - - Run the 2D examples with the `parallel` and `simd-stable` features enabled: `cd all_examples2; cargo run --release --features parallel,simd-stable` - - Run the 3D examples with the `parallel` and `simd-stable` features enabled: `cd all_examples3; cargo run --release --features parallel,simd-stable` + - Run the 2D examples with the `parallel` and `simd-stable` features enabled: `cargo run --release --bin all_examples2 --features parallel,simd-stable` + - Run the 3D examples with the `parallel` and `simd-stable` features enabled: `cargo run --release --bin all_examples3 --features parallel,simd-stable` 4. Once you are satisfied with your changes, submit them by [opening a Pull Request](https://github.com/dimforge/rapier/pulls) on GitHub. 5. If that Pull Request does something you need urgently, or if you think it has been forgotten, don't hesitate to ask **@sebcrozet** directly [on Discord][discord] for a review. |
