From fc99ffeaffd23871fe7d1255eea989e9f7149225 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Mon, 20 Sep 2021 08:57:54 +0200 Subject: [PATCH] fix: README Markdown formatting Avoid monospace font. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c6830f..5cec0c7 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Please see the [project documentation](https://socketry.github.io/localhost/). ## See Also - - [Falcon](https://github.com/socketry/falcon) — Uses `Localhost::Authority` to provide HTTP/2 with minimal configuration. - - [Puma](https://github.com/puma/puma) — Supports `Localhost::Authority` to provide self-signed HTTP for local development. +- [Falcon](https://github.com/socketry/falcon) — Uses `Localhost::Authority` to provide HTTP/2 with minimal configuration. +- [Puma](https://github.com/puma/puma) — Supports `Localhost::Authority` to provide self-signed HTTP for local development. ## License