From d7372270e7feb159bbc832f614d0d8e96f8651fe Mon Sep 17 00:00:00 2001 From: Lily Rose Date: Sat, 9 Aug 2025 18:53:01 +1000 Subject: [PATCH] Move attribution to end of readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 .