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