Skip to content

Commit

Permalink
docs: fix typo in README.md
Browse files Browse the repository at this point in the history
Ah, typo with the backticks
  • Loading branch information
damassi authored and nodkz committed May 25, 2018
1 parent dc2cd17 commit 13cef09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Migration guide from v1 to v2 can be found [here](https://github.com/relay-tools

# Install

```
```bash
yarn add react-relay-network-modern
OR
npm install react-relay-network-modern --save
```git
```

If using with Webpack 4, make sure that you're equipped to parse .mjs files correctly. (If using Webpack 3, can omit the `module` definition.)

Expand Down

0 comments on commit 13cef09

Please sign in to comment.