From 0f5e4370c64a6e3c213988470c5e390fcf25bac8 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 5 Nov 2020 11:25:25 +0900 Subject: [PATCH] Fix typo Signed-off-by: tottoto --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b321541..f0575f30 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Note: This project is WIP under active development, hence all APIs are considere * `cloudevents-sdk-actix-web`: Integration with [Actix Web](https://github.com/actix/actix-web). * `cloudevents-sdk-reqwest`: Integration with [reqwest](https://github.com/seanmonstar/reqwest). * `cloudevents-sdk-rdkafka`: Integration with [rust-rdkafka](https://fede1024.github.io/rust-rdkafka). -* `cloudevents-sdk-warp`: Integration with [rust-rdkafka](https://github.com/seanmonstar/warp/). +* `cloudevents-sdk-warp`: Integration with [warp](https://github.com/seanmonstar/warp/). ## Get Started