Skip to content

Commit

Permalink
docs(gatsby-plugin-google-gtag): fix OutboundLink code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Nov 9, 2018
1 parent be746b9 commit e1c2004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-google-gtag/README.md
Expand Up @@ -74,7 +74,7 @@ To use it, simply import it and use it like you would the `<a>` element e.g.
import React from "react"
import { OutboundLink } from "gatsby-plugin-google-gtag"

export default () => {
export default () => (
<div>
<OutboundLink href="https://www.gatsbyjs.org/packages/gatsby-plugin-google-gtag/">
Visit the Google Global Site Tag plugin page!
Expand Down

0 comments on commit e1c2004

Please sign in to comment.