From 72481313cc435aed95201ac1ff125fdf4d31f58b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 28 Jan 2022 22:28:24 +0000 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eebb840..639d6344 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