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() ```