From 03ae052094da1f92ae27a261974a38b8ca0fc93a Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Sat, 22 Jul 2023 19:36:00 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2c550ce..ce19dde 100644 --- a/README.md +++ b/README.md @@ -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)