From 541d21ca7ce7037e0b30219f69d740bff972f92c Mon Sep 17 00:00:00 2001 From: Mst Surnaly Akter <117344596+mstsurnalyakter@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:21:37 +0600 Subject: [PATCH] Adding Installation Section to README.md file Added an "Installation" section to the README.md file to provide users with a quick guide on how to install the react-helmet-async package using npm. issue #220 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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'`