Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Commit b87da57

Browse files
authored
Merge pull request #101 from wesbos/patch-1
clarify path to _app.js
2 parents 974ac28 + ccdc35a commit b87da57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nextjs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Next, create a CSS file for your Tailwind styles. We've used `css/tailwind.css`
2727
@import "tailwindcss/utilities";
2828
```
2929

30-
Finally, import your CSS in your `_app.js` component to make them available globally:
30+
Finally, import your CSS in your `pages/_app.js` component to make them available globally:
3131

3232
```jsx
3333
import React from 'react'

0 commit comments

Comments
 (0)