From 76fda2b9fdb3fe04da87cdc7098d842c8e703c6c Mon Sep 17 00:00:00 2001 From: robcxyz Date: Thu, 25 Apr 2024 10:10:58 -0700 Subject: [PATCH] chore: update readme with more credit [ci-skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c940dd64..6c37dc05 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,4 @@ Everyone interacting in the tackle project's codebases, issue trackers, chat roo ## Credit -Special thanks to the [cookiecutter](https://github.com/cookiecutter/cookiecutter) community for laying the basis for this project. +Special thanks to [audreyfeldroy](https://github.com/audreyfeldroy) for creating [cookiecutter](https://github.com/cookiecutter/cookiecutter), the basis for this project. Would not have been possible without it and other core dependencies like [pydantic](https://github.com/pydantic/pydantic) and [jinja](https://github.com/pallets/jinja).