Skip to content

Commit 5438d5d

Browse files
authored
Update README.md (#230)
Added closing tag to <App>
1 parent 7bea7e4 commit 5438d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ By default, Solid Router uses `location.pathname` as route path. You can simply
378378
```jsx
379379
import { Router, hashIntegration } from '@solidjs/router'
380380

381-
<Router source={hashIntegration()}><App></Router>
381+
<Router source={hashIntegration()}><App /></Router>
382382
```
383383

384384
## Config Based Routing

0 commit comments

Comments
 (0)