From b1b89e0493bc5c7e31c89cfa863404db5bf35763 Mon Sep 17 00:00:00 2001 From: Dennis Thompson Date: Thu, 20 Feb 2020 10:11:00 -0800 Subject: [PATCH] docs(gatsby-plugin-google-analytics): Fixing super tiny issue in README (#21597) * Fixing super tiny issue in README * chore: format * Update README.md Co-authored-by: GatsbyJS Bot Co-authored-by: Michal Piechowiak --- packages/gatsby-plugin-google-analytics/README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/gatsby-plugin-google-analytics/README.md b/packages/gatsby-plugin-google-analytics/README.md index 04d59f98c01ac..5a5ad1876ccb5 100644 --- a/packages/gatsby-plugin-google-analytics/README.md +++ b/packages/gatsby-plugin-google-analytics/README.md @@ -55,18 +55,16 @@ the plugin provides a component. To use it, simply import it and use it like you would the `` element e.g. ```jsx -import React -import { OutboundLink } from 'gatsby-plugin-google-analytics' +import React from "react" +import { OutboundLink } from "gatsby-plugin-google-analytics" -export default () => { +export default () => (
- + Visit the Google Analytics plugin page!
-} +) ``` ## Options