diff --git a/README.md b/README.md index 552b42cf..7111ab1c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ This package is a fork of [React Helmet](https://github.com/nfl/react-helmet). `react-helmet` relies on `react-side-effect`, which is not thread-safe. If you are doing anything asynchronous on the server, you need Helmet to encapsulate data on a per-request basis, this package does just that. +## Installation + +```javascript +npm i react-helmet-async +``` + ## Usage **New is 1.0.0:** No more default export! `import { Helmet } from 'react-helmet-async'`