diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 5f511a9cf..86076d71f 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -20,5 +20,6 @@ Contributors (sorted alphabetically) ------------------------------------- - [micrypt](https://github.com/micrypt) Seyi Ogunyemi +- [RowanTL](https://github.com/RowanTL) Rowan Torbitzky-Lane To contributors: please add your name to the list when you submit a patch to the project. diff --git a/examples/physics_examples/geometric_tilt/README.md b/examples/physics_examples/geometric_tilt/README.md index 10406ec62..5f4686c7b 100644 --- a/examples/physics_examples/geometric_tilt/README.md +++ b/examples/physics_examples/geometric_tilt/README.md @@ -7,7 +7,7 @@ This example demonstrates a robust IMU sensor fusion system using DeepCausality' From the root of the `deep_causality` project, run: ```bash -cargo run -p physics_examples --example geometric_tilt_example +cargo run -p physics_examples --example geometric_tilt ``` ---