From 37f73b50939d60ce39d31f7766b1e165703c37c3 Mon Sep 17 00:00:00 2001 From: "S. Neuhaus" Date: Thu, 1 Jun 2023 10:09:45 +0200 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ec3a1f..79eda4a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Options: - `damping` — a scalar for damping/spring, default 0.275 - `clearColor` — a RGBA clear color, default `[ 0, 0, 0, 0 ]` (ie. transparent) -You can also pass [orbit-controls](https://github.com/Jam3/orbit-controls) options, for example `phi` as the initial rotation, or passing `{ rotate: fale }` to ignore mouse/touch rotation. +You can also pass [orbit-controls](https://github.com/Jam3/orbit-controls) options, for example `phi` as the initial rotation, or passing `{ rotate: false }` to ignore mouse/touch rotation. The `image` should be a DOM Image or Video element, and should already be loaded.