Skip to content

Commit 69d5a7d

Browse files
committed
minor typo fix
1 parent efa02a1 commit 69d5a7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Then with a module bundler or webpack, use as you would anything else:
3434
// using an ES6 transpiler
3535
import { Router, Route, Link } from 'react-router';
3636

37-
// not using and ES6 transpiler
37+
// not using an ES6 transpiler
3838
var ReactRouter = require('react-router');
3939
var Router = ReactRouter.Router;
4040
var Route = ReactRouter.Route;
@@ -134,4 +134,3 @@ Thanks, Ember
134134

135135
React Router was initially inspired by Ember's fantastic Router. Many
136136
thanks to the Ember team.
137-

0 commit comments

Comments
 (0)