Skip to content

Commit

Permalink
fix typos (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfkwtz authored and jhen0409 committed Nov 28, 2017
1 parent 3d8cc9a commit c220ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm-package/README.md
Expand Up @@ -23,7 +23,7 @@ $ npm i --save-dev react-native-debugger-open # or -g

## Usage

#### Inject to react-natvie packager
#### Inject to react-native packager

Add command to your project's package.json:

Expand All @@ -38,7 +38,7 @@ The `./node_modules/react-native/local-cli/server/middleware/getDevToolsMiddlewa

#### Use `REACT_DEBUGGER` env of react-native packager

Instead of `Inject to react-natvie packager`, you can just do:
Instead of `Inject to react-native packager`, you can just do:

```bash
$ REACT_DEBUGGER="rndebugger-open --open --port 8081" npm start
Expand Down

0 comments on commit c220ce4

Please sign in to comment.