Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
corrected non-working usage examples in readme.md
  • Loading branch information
Sanderand authored and DominikPieper committed Aug 19, 2022
1 parent 6188e94 commit cf47ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class AppRoot {
<Router.Switch>

<Route path="/">
<h1>Welcome<h1>
<h1>Welcome</h1>
<p>Welcome to the new stencil-router demo</p>
</Route>

Expand Down Expand Up @@ -201,7 +201,7 @@ export class AppRoot {
<Router.Switch>

<Route path="/main">
<h1>Welcome<h1>
<h1>Welcome</h1>
<p>Welcome to the new stencil-router demo</p>
</Route>

Expand All @@ -226,4 +226,4 @@ The routes state includes:
[wiki]: https://github.com/stencil-community/stencil-router/wiki

[npm-badge]: https://img.shields.io/npm/v/@stencil-community/router.svg
[npm-badge-url]: https://www.npmjs.com/package/@stencil-community/router
[npm-badge-url]: https://www.npmjs.com/package/@stencil-community/router

0 comments on commit cf47ca8

Please sign in to comment.