Skip to content

Commit 243f319

Browse files
committed
doc: fix code highlighting
1 parent 6530a7f commit 243f319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ So with Unpoly you hardly have to write any Javascript for the frontend; your si
1313
server-side delivered/generated html and css. No need to write code in both the frontend and backend
1414
for getting the data, validating forms, etc.
1515

16-
## How doe Unpoly-rs helps?
16+
## How does Unpoly-rs helps?
1717

1818
Unpoly works with regular html files. If the backend serve html files, static or dynamic, you're good
1919
to go. However, when the backends implements the [Unpoly Server Protocol](https://unpoly.com/up.protocol), the
2020
responses can be exactly suited to match the requests.
2121

2222
## Typical usages
2323

24-
```
24+
```rust
2525
use axum::response::IntoResponse;
2626
use axum::extract;
2727
use serde::Deserialize;

0 commit comments

Comments
 (0)