Skip to content

Commit

Permalink
Adding Installation Section to README.md file
Browse files Browse the repository at this point in the history
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 staylor#220
  • Loading branch information
mstsurnalyakter authored Apr 16, 2024
1 parent 6a37f73 commit 541d21c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down

0 comments on commit 541d21c

Please sign in to comment.