mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 05:09:35 +01:00
Update README.md
This commit is contained in:
parent
ae6c0e2277
commit
03ae052094
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,15 @@
|
|||
|
||||
Simply run `cargo add axum-htmx` to add the library to your project.
|
||||
|
||||
If you are using the unreleased branch of `axum` from GitHub, you can build
|
||||
against the `main` version of `axum-htmx` by adding the following to your
|
||||
`Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
axum-htmx = { git = "https://github.com/robertwayne/axum-htm" }
|
||||
```
|
||||
|
||||
## Extractors
|
||||
|
||||
All of the [htmx request headers](https://htmx.org/reference/#request_headers)
|
||||
|
|
Loading…
Reference in a new issue