Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
lpil committed May 3, 2024
1 parent add63bc commit 996faee
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 @@ -15,7 +15,7 @@ import gleeunit/should
pub fn send_request() {
// Prepare a HTTP request record
let assert Ok(request) =
let assert Ok(req) =
request.to("https://test-api.service.hmrc.gov.uk/hello/world")
// Send the HTTP request to the server
Expand Down

0 comments on commit 996faee

Please sign in to comment.