mirror of https://git.nuv.sh/nuv/condition_overload

update readme

nnuuvv cde361fb bc625116

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