Skip to content

Commit 636356d

Browse files
authored
Update README.md
1 parent 199856c commit 636356d

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
@@ -118,7 +118,7 @@ app.MapGet("/sse", () => new RazorHxResult<Sse, int>(channel.Reader.ReadAllAsync
118118
The generic parameters on this result specify the type of component and parameter which will be updated each iteration.
119119
Mark the parameter with the StreamParameter attribute:
120120

121-
```csharp
121+
```razor
122122
@using RazorHx.Results
123123
124124
<p>Count: @Count</p>

0 commit comments

Comments
 (0)