diff --git a/README.md b/README.md index 3702a1c..a7df514 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,15 @@ To use it, simply import it and use it like you would the `` element e.g. ```jsx import React -import { Outboundink } from 'gatsby-plugin-google-analytics' +import { OutboundLink } from 'gatsby-plugin-google-analytics' export default () => {
- Visit the Google Analytics plugin page! - +
} ```