diff --git a/README.md b/README.md index 726603d..eeba1e9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ gleam add gleam_fetch@1 gleam_http ``` ```gleam +import gleam/fetch +import gleam/http/request +import gleam/http/response +import gleam/javascript/promise + pub fn main() { let assert Ok(req) = request.to("https://example.com")