From 85cd6c111c29048b2120fb08800f63816525ee85 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Wed, 20 Mar 2024 20:43:20 +0000 Subject: [PATCH] Tweak format --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0c46abd..a0d954b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ # Elli -### Install +A basic Gleam HTTP service adapter for the Elli web server. ``` gleam add gleam_elli gleam_http ``` - -### Example - -A Gleam HTTP service adapter for the Elli web server. - ```gleam import gleam/http/elli import gleam/http/request.{Request}