From 29462e29687dfcd097a6f8f4094c96c3c414b026 Mon Sep 17 00:00:00 2001 From: Kane Rogers Date: Wed, 25 Aug 2021 15:21:39 +1000 Subject: [PATCH] Fix typo in CONTRIBUTING --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee087645e..d8564bb21 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.