diff --git a/README.md b/README.md index f82f429..3f81ef5 100644 --- a/README.md +++ b/README.md @@ -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 .