diff --git a/wgpu/examples/skybox/README.md b/wgpu/examples/skybox/README.md index 01f051d376..51dce9d36a 100644 --- a/wgpu/examples/skybox/README.md +++ b/wgpu/examples/skybox/README.md @@ -1,6 +1,6 @@ # skybox -This animated example demonstrates oading a Wavefront OBJ model, and rendering it with skybox and simple reflections. +This animated example demonstrates loading a Wavefront OBJ model, and rendering it with skybox and simple reflections. It hooks up `winit` mouse controls for camera rotation around the model at the center. ## To Run