diff --git a/README.md b/README.md index 8201123..bcaf51b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Usage: ```javascript var ga = require('react-google-analytics'); -var GAInitiailizer = ga.Initializer; +var GAInitializer = ga.Initializer; // Use the initializer to add the script to your page somewhere. var MyComponent = React.createClass({ @@ -16,7 +16,7 @@ var MyComponent = React.createClass({ return (
// SNIP - + // SNIP
);