Skip to content

Commit 4f7b3df

Browse files
committed
Merge branch 'master' into next
2 parents cb9ff4b + eda7d47 commit 4f7b3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Using [npm](https://www.npmjs.com/):
3939

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

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

@@ -59,7 +59,7 @@ You can find the library on `window.ReactRouter`.
5959

6060
### What's it look like?
6161

62-
```jsx
62+
```js
6363
import React from 'react'
6464
import { render } from 'react-dom'
6565
import { Router, Route, Link, browserHistory } from 'react-router'

0 commit comments

Comments
 (0)