Skip to content

Commit 69c228e

Browse files
authored
Update README.md
1 parent c0616ed commit 69c228e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Then you wrap the 3D objects you want to make focusable like so
3636
```jsx
3737
import { A11yAnnouncer, A11y } from "@react-three/a11y"
3838

39-
<A11yDom >
4039
<Canvas>
4140
{...}
4241
<A11y>
@@ -48,7 +47,7 @@ Then you wrap the 3D objects you want to make focusable like so
4847
</A11y>
4948
{...}
5049
</Canvas>
51-
</A11yDom>
50+
<A11yAnnouncer />
5251
```
5352

5453
At this point both My3DComponent and AGroupOf3DComponent can receive focus.

0 commit comments

Comments
 (0)