From c22c1f766b738f1e3957ffbc1a4cd7a06147398e Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Thu, 15 Feb 2024 22:25:42 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3538663..ff7c701 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![httpsig](https://img.shields.io/crates/v/httpsig.svg)](https://crates.io/crates/httpsig) [![httpsig](https://docs.rs/httpsig/badge.svg)](https://docs.rs/httpsig) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -![Unit Test](https://github.com/junkurihara/rust-rpxy/actions/workflows/ci.yml/badge.svg) +![Unit Test](https://github.com/junkurihara/httpsig-rs/actions/workflows/ci.yml/badge.svg) Implementation of [IETF draft of http message signatures](https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/). Our implementation is currently based on [Draft-19](https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/19/).