We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78359e6 + 80d0ef1 commit eda7d47Copy full SHA for eda7d47
README.md
@@ -37,7 +37,7 @@ Using [npm](https://www.npmjs.com/):
37
38
Then with a module bundler like [webpack](https://webpack.github.io/) that supports either CommonJS or ES2015 modules, use as you would anything else:
39
40
-```jsx
+```js
41
// using an ES6 transpiler, like babel
42
import { Router, Route, Link } from 'react-router'
43
@@ -57,7 +57,7 @@ You can find the library on `window.ReactRouter`.
57
58
### What's it look like?
59
60
61
import React from 'react'
62
import { render } from 'react-dom'
63
import { Router, Route, Link, browserHistory } from 'react-router'
0 commit comments