Skip to content

Commit d48dfb8

Browse files
committed
readme wording
1 parent bdfb12e commit d48dfb8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ npm start
1919

2020
Then go to [localhost:8000](http://localhost:8000)
2121

22-
## Each Branch is a finished lesson
22+
## Each lesson is a Git Branch
2323

24-
Branch names are minified for easy typing:
24+
To view the code for a given lesson, checkout the appropriate branch name. The branch will have the finished code from that lesson.
2525

26-
- `01-basics` - JSX Routing with `BrowserRouter` and `Route`
27-
- `02-basics` - Route Matching - Inclusive vs Exclusive (exact) and Switch
26+
Branch names are minimal for easy typing:
27+
28+
- **01-basics** - JSX Routing with `BrowserRouter` and `Route`
29+
- **02-basics** - Route Matching - Inclusive vs Exclusive (exact) and Switch
2830
- **03-basics** - `Link` (anchors)
2931
- **04-basics** - `BrowserRouter` vs `HashRouter`
3032
- **05-basics** - Dynamic (Parameter) Matching

0 commit comments

Comments
 (0)