From 5b602c192c388cdc2a9b6b86583b1d81fb8976cb Mon Sep 17 00:00:00 2001 From: NumminorihSF Date: Sat, 5 Aug 2017 15:32:37 +0700 Subject: [PATCH] Fix typos in readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 855cb66..4108773 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ opbeat-react will also automatically log exceptions to Opbeat. ## Usage Make sure to import `opbeat-react` before _anything_ else in your application. -If you have a _vendor_ bundle that includes `React`, you need to also incluse `opbeat-react` in that bundle - before `React`. +If you have a _vendor_ bundle that includes `React`, you need to also include `opbeat-react` in that bundle - before `React`. ```js import initOpbeat from 'opbeat-react' @@ -210,7 +210,7 @@ const reduxTransactionDetector = store => next => action => { Install this plugin: `npm install --save babel-plugin-add-react-displayname` -This adds `MyComponent.displayName = 'MyComponent'` automatically to compoenents defined in your application. +This adds `MyComponent.displayName = 'MyComponent'` automatically to components defined in your application. Remember to add the plugin to your `.babelrc` or your webpack configuration: