A cutesy HTTP client for Gleam

docs

+7 -8
+7 -8
README.md
··· 1 - # project 1 + # requwu 2 2 3 - [![Package Version](https://img.shields.io/hexpm/v/project)](https://hex.pm/packages/project) 4 - [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/project/) 3 + [![Package Version](https://img.shields.io/hexpm/v/requwu)](https://hex.pm/packages/requwu) 4 + [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/requwu/) 5 5 6 6 ```sh 7 - gleam add project@1 7 + gleam add requwu@1 8 8 ``` 9 9 ```gleam 10 - import project 10 + import requwu 11 11 12 12 pub fn main() -> Nil { 13 - // TODO: An example of the project in use 13 + // TODO: An example of requwu in use 14 14 } 15 15 ``` 16 16 17 - Further documentation can be found at <https://hexdocs.pm/project>. 17 + Further documentation can be found at <https://hexdocs.pm/requwu>. 18 18 19 19 ## Development 20 20 21 21 ```sh 22 - gleam run # Run the project 23 22 gleam test # Run the tests 24 23 ```