diff --git a/README.md b/README.md index 127fe5d..69423d1 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,10 @@ $ cd $ gleam add mist logging gleam_erlang gleam_http gleam_otp gleam_yielder ``` -The main entrypoints for your application are `mist.start_http` and -`mist.start_https`. The argument to these functions is generated from the -opaque `Builder` type. It can be constructed with the `mist.new` function, and -fed updated configuration options with the associated methods (demonstrated -in the examples below). +The main entrypoint for your application is `mist.start`. The argument to this +function is generated from the opaque `Builder` type. It can be constructed with +the `mist.new` function, and fed updated configuration options with the +associated methods (demonstrated in the examples below). ```gleam import gleam/bytes_tree