diff --git a/README.md b/README.md index b5d71287b..a44483470 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Left Press + Release | Any + Release |   | Slides to cursor/   |   | `Return` | Reset camera transform. Alternatively, [`TrackballInput::map_wasd`] maps `wasd`/`Space`/`ControlLeft` to slide -operations where `wd` slides in/out and `Space`/`ControlLeft` slides up/down (jump/crouch). +operations where `ws` slides in/out and `Space`/`ControlLeft` slides up/down (jump/crouch). [`TrackballInput`]: https://qu1x.github.io/bevy_trackball/doc/bevy_trackball/struct.TrackballInput.html [`TrackballInput::map_wasd`]: https://qu1x.github.io/bevy_trackball/doc/bevy_trackball/struct.TrackballInput.html#method.map_wasd diff --git a/src/lib.rs b/src/lib.rs index 8effdb921..7cee8942d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -97,7 +97,7 @@ //!   |   | `Return` | Reset camera transform. //! //! Alternatively, [`TrackballInput::map_wasd`] maps `wasd`/`Space`/`ControlLeft` to slide -//! operations where `wd` slides in/out and `Space`/`ControlLeft` slides up/down (jump/crouch). +//! operations where `ws` slides in/out and `Space`/`ControlLeft` slides up/down (jump/crouch). //! //! # Usage //!