From ac821e65b1f23c41d89e3bb4b26905a74f227014 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 22 Mar 2022 15:42:13 +0000 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15702a76c..84f8edd75 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # actix-extras -> A collection of additional crates supporting the [actix-web] and [actix] frameworks. +> A collection of additional crates supporting [Actix Web]. [![CI](https://github.com/actix/actix-extras/actions/workflows/ci.yml/badge.svg)](https://github.com/actix/actix-extras/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/actix/actix-extras/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-extras) @@ -44,7 +44,7 @@ To add a crate to this list, submit a pull request. [actix]: https://github.com/actix/actix -[actix-web]: https://github.com/actix/actix-web +[Actix Web]: https://github.com/actix/actix-web [actix-extras]: https://github.com/actix/actix-extras [actix-cors]: actix-cors [actix-identity]: actix-identity