Skip to content

Commit a53582d

Browse files
committed
Adjusted README file
1 parent df6f9ec commit a53582d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The entry file needs to import your hydrated components, e.g:
9595
import '@/modules/home/components/form';
9696
```
9797

98-
This file is then referenced within your `.11ty.tsx` file by passing it into the `data` object exported from your component, e.g:
98+
This file is then referenced within your `*.11ty.tsx` file by passing it into the `data` object exported from your component, e.g:
9999

100100
```jsx
101101
/*[...]*/

0 commit comments

Comments
 (0)