From c28398317bf59780d78de2b63ce15371c1ec4442 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 25 Aug 2024 17:09:46 +0100 Subject: [PATCH] Make gleam add command clearer --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb9d29e..e46e2ab 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Bindings to Erlang's built in HTTP client, `httpc`. +```shell +gleam add gleam_httpc@2 +``` ```gleam import gleam/http/request import gleam/http/response @@ -38,12 +41,6 @@ pub fn send_request() { } ``` -## Installation - -```shell -gleam add gleam_httpc -``` - ## Use with Erlang/OTP versions older than 26.0 Older versions of HTTPC do not verify TLS connections by default, so with them