Skip to content

Commit

Permalink
Update readme.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
garnerp committed May 27, 2019
1 parent d872a2c commit b835657
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 @@ -54,7 +54,7 @@ Web manifest must be declared in your HTML pages using a link tag at the head of
<link rel="manifest" href="/static/manifest/manifest.json" />
```

for your convenience, this plguin supports `Manifest` component. You can place `Manifest` component under `<Head>` component in `_document.js` with props.
for your convenience, this plugin supports `Manifest` component. You can place `Manifest` component under `<Head>` component in `_document.js` with props.

```js
// pages/_document.js
Expand Down

0 comments on commit b835657

Please sign in to comment.