Skip to content

Commit

Permalink
chore(docs): fix deprecated components (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
smeng9 authored Sep 26, 2022
1 parent e964821 commit 5be4bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <XR>. 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 <XR>. Default is `local-floor`
referenceSpace
} = useXR()
```
Expand Down

0 comments on commit 5be4bae

Please sign in to comment.