diff --git a/docs/engine/README.md b/docs/engine/README.md index 45676c9..f91a271 100644 --- a/docs/engine/README.md +++ b/docs/engine/README.md @@ -38,7 +38,7 @@ Inputs are collected via the use of the `update()` method for every interaction A camera is represented by a 3D vector in the world space the main class in the package camera can be used to modify the position, zoom in or out. Tracking class are used to control automatically the behavior of the camera. -`TrackingSF3ThirdStrick` is an imitation of the camera behavior in the game Street Fighter 3Tracking is updated every frame in the `engine.update()` method +`TrackingSF3ThirdStrick` is an imitation of the camera behavior in the game Street Fighter 3 Tracking is updated every frame in the `engine.update()` method ### graphics