Skip to content

Commit 4984e42

Browse files
authored
Update README.md
1 parent 3dedbf7 commit 4984e42

File tree

1 file changed

+2
-2
lines changed
  • projects/.net8/RazorComponentThirteen

1 file changed

+2
-2
lines changed

projects/.net8/RazorComponentThirteen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
app.MapRazorComponents<RazorComponentThirteen.App>()
77
.AddInteractiveWebAssemblyRenderMode()
88
.AddAdditionalAssemblies(typeof(Wasm.Pages.Index).Assembly);
9-
`
9+
```
1010

11-
The Web Assembly components **need to be hosted in a separate project**.
11+
The Web Assembly components **need to be hosted in a separate project**.

0 commit comments

Comments
 (0)