From 24e3a281aab08a4f5d2a5463ee23b6c223930cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arno=20Rold=C3=A3o=20Junior?= Date: Tue, 13 Sep 2022 11:22:29 -0300 Subject: [PATCH] Update orientation install pack --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc8095905..e9df120fb 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ You can easily use custom dataLayer, multiple dataLayers and additional events. [npm](https://www.npmjs.com/): ```bash -npm install react-gtm-module --save +npm i --save-dev @types/react-gtm-module ``` + ## Usage Initializing GTM Module: @@ -211,4 +212,4 @@ Look for gtm_auth and gtm_preview - Disabling javascript in the browser can prevent the correct operation of this library if React is only being rendered on the client side. -- Before implementing GTM in your application ensure that you have at least one published container, otherwise Google Tag Manager snippet will return 404. \ No newline at end of file +- Before implementing GTM in your application ensure that you have at least one published container, otherwise Google Tag Manager snippet will return 404.