From cb39deafebe027c7066a2600a04f5ae9f7964b26 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 6 Jul 2025 05:18:12 +0800 Subject: [PATCH] docs: add acknowledgements to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9e5223a..72078c4 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ The option `text.` supports either a string or a submodule with attributes order and parts. The parts attribute can either be a string, which will get concatenated in the order laid out in `text..order`, or can itself have the attributes order and parts, in which case it will be evaluated recursively.'' + +# Acknowledgements + +Full credits go to @mightyiam for coming up with the original [implementation](https://github.com/mightyiam/infra/blob/main/modules/text.nix). I simply added the recursive parts and headings.