diff --git a/README.md b/README.md index 8eebb840c9..639d63448e 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ > A collection of lower-level libraries for composable network services. -[![CI](https://github.com/actix/actix-net/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/actix/actix-net/actions/workflows/ci.yml) +[![CI](https://github.com/actix/actix-net/actions/workflows/ci.yml/badge.svg?event=push&style=flat-square)](https://github.com/actix/actix-net/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/actix/actix-net/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-net) [![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x) [![Dependency Status](https://deps.rs/repo/github/actix/actix-net/status.svg)](https://deps.rs/repo/github/actix/actix-net) -## Example +## Examples -See `actix-server/examples` and `actix-tls/examples` for some basic examples. +See example folders for [`actix-server`](./actix-server/examples) and [`actix-tls`](./actix-tls/examples). ### MSRV