Skip to content
Snippets Groups Projects
Commit 297bcc63 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

chore: Fix install command in REAMDE.md

parent fe712d8f
Branches master
No related tags found
No related merge requests found
Pipeline #138336 passed
......@@ -4,10 +4,16 @@ Handle document meta/head tags in isomorphic react with ease.
Handling title and meta/head tags in a isomporhic react is tricky. Its declarative to define those tags within the component, but they need to be moved on document head on client side as well as server side. While there are other modules which helps with the use-case like <a href="https://github.com/nfl/react-helmet" target="_blank">react-helmet</a> and <a href="https://github.com/kodyl/react-document-meta" target="_blank">react-document-meta</a>, but they require to define those tags in a object literal. react-meta-tags allow you to write those tags in a declarative way and in normal jsx format.
### Install
Through npm
`npm install react-meta-tags --save`
Or get compiled development and production version from ./dist
#### npm
```sh
npm install @zandor300/react-meta-tags
```
#### yarn
```sh
yarn add @zandor300/react-meta-tags
```
### Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment