Skip to content

Commit

Permalink
Fix outdated glob in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzadanger committed Apr 18, 2023
1 parent 2a35f32 commit 13f06c4
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 @@ -24,7 +24,7 @@ export default {
content: [
// Be sure to add this project's component source to your
// tailwind content globs
'./node_modules/@hypothesis/frontend-shared/lib/**/*.js',
'./node_modules/@hypothesis/frontend-shared/lib/**/*.{js,ts,tsx}',
],
// ...
```
Expand Down

0 comments on commit 13f06c4

Please sign in to comment.