Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 19, 2024
1 parent 1af231b commit add63bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import gleam/http/response
import gleam/result
import gleeunit/should
pub fn main() {
pub fn send_request() {
// Prepare a HTTP request record
let assert Ok(request) =
request.to("https://test-api.service.hmrc.gov.uk/hello/world")
Expand Down

0 comments on commit add63bc

Please sign in to comment.