Skip to content

Commit

Permalink
Make gleam add command clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Aug 25, 2024
1 parent ab44d10 commit c283983
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c283983

Please sign in to comment.