Skip to content

Commit

Permalink
_document appears twice in step 3
Browse files Browse the repository at this point in the history
It should be: `_document.jsx` or `_app.tsx`
  • Loading branch information
JuanoD committed Mar 11, 2022
1 parent 9a92589 commit 47984c1
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 @@ -146,7 +146,7 @@ Create a `manifest.json` file in your `public` folder:

### Step 3: Add Head Meta (Example)

Add the following into `_document.jsx` or `_document.tsx`, in `<Head>`:
Add the following into `_document.jsx` or `_app.tsx`, in `<Head>`:

``` html
<meta name='application-name' content='PWA App' />
Expand Down

0 comments on commit 47984c1

Please sign in to comment.