Skip to content

Commit

Permalink
Fixed backticks for dataLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenHansen committed May 10, 2020
1 parent 7357767 commit 59dcfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ getLCP(sendToGoogleAnalytics);

### Send the results to Google Tag Manager

The following example measures each of the Core Web Vitals metrics and sends them as seperate dataLayer-events to be used by Google Tag Manager. With the `web-vitals` trigger you send the metrics to any tag inside your account.
The following example measures each of the Core Web Vitals metrics and sends them as seperate `dataLayer-events` to be used by Google Tag Manager. With the `web-vitals` trigger you send the metrics to any tag inside your account.

```js
import {getCLS, getFID, getLCP} from 'web-vitals';
Expand Down

0 comments on commit 59dcfa2

Please sign in to comment.