Skip to content
Merged
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 @@ -37,7 +37,7 @@ Using [npm](https://www.npmjs.com/):

Then with a module bundler like [webpack](https://webpack.github.io/) that supports either CommonJS or ES2015 modules, use as you would anything else:

```jsx
```js
// using an ES6 transpiler, like babel
import { Router, Route, Link } from 'react-router'

Expand All @@ -57,7 +57,7 @@ You can find the library on `window.ReactRouter`.

### What's it look like?

```jsx
```js
import React from 'react'
import { render } from 'react-dom'
import { Router, Route, Link, browserHistory } from 'react-router'
Expand Down