gleam-lang / fetch

📡 Make requests to HTTP servers with fetch
Apache License 2.0
37 stars 9 forks source link

Correct README.md example #3

Closed chuckwondo closed 1 year ago

chuckwondo commented 1 year ago

Fix broken example in README.md and also fix bad code formatting that broke the build. Further, in the example, renamed variables request and response to req and resp, respectively, to avoid confusion with modules of the same name. While the duplicative names do not cause any compilation or runtime failures, they do cause confusion for the reader.