Skip to content

Commit 1e584b9

Browse files
authored
Update tutorial.md (#8531)
* Update tutorial.md referencing `main.jsx` or `index.js` depending on the bundler used. * Update contributors.yml Adding underager to contributors.yml
1 parent 7e6d6e8 commit 1e584b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
- timdorr
2323
- turansky
2424
- vijaypushkin
25+
- underager

docs/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default function Invoices() {
170170
}
171171
```
172172

173-
Finally, let's teach React Router how to render our app at different URLs by creating our first "Route Config" inside of `main.jsx`.
173+
Finally, let's teach React Router how to render our app at different URLs by creating our first "Route Config" inside of `main.jsx` or `index.js`.
174174

175175
```tsx lines=[2,4-5,13-19] filename=src/main.jsx
176176
import { render } from "react-dom";

0 commit comments

Comments
 (0)