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 cb9ff4b + eda7d47 commit 4f7b3dfCopy full SHA for 4f7b3df
README.md
@@ -39,7 +39,7 @@ Using [npm](https://www.npmjs.com/):
39
40
Then with a module bundler like [webpack](https://webpack.github.io/) that supports either CommonJS or ES2015 modules, use as you would anything else:
41
42
-```jsx
+```js
43
// using an ES6 transpiler, like babel
44
import { Router, Route, Link } from 'react-router'
45
@@ -59,7 +59,7 @@ You can find the library on `window.ReactRouter`.
59
60
### What's it look like?
61
62
63
import React from 'react'
64
import { render } from 'react-dom'
65
import { Router, Route, Link, browserHistory } from 'react-router'
0 commit comments