Fixes the readme installation method. Using both yarn add @zsajjad/react-facebook-pixel and npm install --save @zsajjad /react-facebook-pixel would end up throwing an error saying the package wasn't found. This happens because the package is available as react-facebook-pixel on npm.
Fixes the
readme
installation method. Using bothyarn add @zsajjad/react-facebook-pixel
andnpm install --save @zsajjad /react-facebook-pixel
would end up throwing an error saying the package wasn't found. This happens because the package is available asreact-facebook-pixel
on npm.