Skip to content

Commit 52e3cde

Browse files
committed
syntax highlighting plz
1 parent 1bf28ae commit 52e3cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Simply add `/` in front of all your paths to keep things working.
3030

3131
Though, you may want to embrace this new feature:
3232

33-
```js
33+
```xml
3434
<!-- 0.5.x -->
3535
<Route path="/course/:courseId">
3636
<Route path="/course/:courseId/assignments"/>
@@ -46,7 +46,7 @@ Though, you may want to embrace this new feature:
4646

4747
Also `.` is no longer matched in dynamic segments.
4848

49-
```js
49+
```xml
5050
<!-- 0.5.x -->
5151
<Route path="/file/:filename" />
5252

0 commit comments

Comments
 (0)