Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Fix typos in readme file #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:


Expand Down