···11-# project
11+# requwu
2233-[](https://hex.pm/packages/project)
44-[](https://hexdocs.pm/project/)
33+[](https://hex.pm/packages/requwu)
44+[](https://hexdocs.pm/requwu/)
5566```sh
77-gleam add project@1
77+gleam add requwu@1
88```
99```gleam
1010-import project
1010+import requwu
11111212pub fn main() -> Nil {
1313- // TODO: An example of the project in use
1313+ // TODO: An example of requwu in use
1414}
1515```
16161717-Further documentation can be found at <https://hexdocs.pm/project>.
1717+Further documentation can be found at <https://hexdocs.pm/requwu>.
18181919## Development
20202121```sh
2222-gleam run # Run the project
2322gleam test # Run the tests
2423```