mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-24 04:12:50 +01:00
Update README.md
This commit is contained in:
parent
aa9087b76f
commit
0b7c48043f
1 changed files with 0 additions and 9 deletions
|
@ -38,15 +38,6 @@
|
|||
|
||||
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-htmx" }
|
||||
```
|
||||
|
||||
## Extractors
|
||||
|
||||
All of the [htmx request headers](https://htmx.org/reference/#request_headers)
|
||||
|
|
Loading…
Reference in a new issue