Skip to content

Commit

Permalink
Adjusted README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jahilldev committed Apr 26, 2021
1 parent df6f9ec commit a53582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The entry file needs to import your hydrated components, e.g:
import '@/modules/home/components/form';
```

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

```jsx
/*[...]*/
Expand Down

0 comments on commit a53582d

Please sign in to comment.