diff --git a/README.md b/README.md index 81d338a..4c4ef3a 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ function App() { * 1 = maximum foveation, the edges render at lower resolution */ foveation={0} - /** Type of WebXR reference space to use. Default is `local-space` */ - referenceSpace="local-space" + /** Type of WebXR reference space to use. Default is `local-floor` */ + referenceSpace="local-floor" /** Called as an XRSession is requested */ onSessionStart={(event: XREvent) => ...} /** Called after an XRSession is terminated */