Remove unnecessary development section from README
Some checks are pending
test / test (push) Waiting to run

This commit is contained in:
Lily Rose 2025-08-09 18:43:15 +10:00
parent 38b324d550
commit 52df93ed93

View file

@ -19,10 +19,3 @@ pub fn main() {
``` ```
Further documentation can be found at <https://hexdocs.pm/infiniyield>. Further documentation can be found at <https://hexdocs.pm/infiniyield>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```