Move attribution to end of readme
Some checks are pending
test / test (push) Waiting to run

This commit is contained in:
Lily Rose 2025-08-09 18:53:01 +10:00
parent cf67f7b4ac
commit d7372270e7

View file

@ -1,7 +1,6 @@
# infiniyield
Infinitely unfold values on-demand from a function.
Based on the [gleam_yielder](https://hexdocs.pm/gleam_yielder) library by [Louis Pilfold](https://github.com/lpil)
[![Package Version](https://img.shields.io/hexpm/v/infiniyield)](https://hex.pm/packages/infiniyield)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/infiniyield/)
@ -21,4 +20,6 @@ pub fn main() {
}
```
Based on the [gleam_yielder](https://hexdocs.pm/gleam_yielder) library by [Louis Pilfold](https://github.com/lpil).
Further documentation can be found at <https://hexdocs.pm/infiniyield>.