From 5be4bae59d7ac5eaa552e2288286faf018839231 Mon Sep 17 00:00:00 2001 From: smeng9 <38666763+smeng9@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:18:18 -0500 Subject: [PATCH] chore(docs): fix deprecated components (#184) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 097f5ed..81d338a 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,9 @@ const { player, // The active `XRSession` session, - // `XRSession` foveation. This can be configured as `foveation` on ARCanvas or VRCanvas. Default is `0` + // `XRSession` foveation. This can be configured as `foveation` on . Default is `0` foveation, - // `XRSession` reference-space type. This can be configured as `referenceSpace` on ARCanvas or VRCanvas. Default is `local-floor` + // `XRSession` reference-space type. This can be configured as `referenceSpace` on . Default is `local-floor` referenceSpace } = useXR() ```