From 39ec850b4a141c5750e4431ac09b776b42eefb8f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Mar 2017 20:19:06 +0100 Subject: Thank @dtolnay for his support in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 69049a4..f842d2c 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,13 @@ Askama is in heavy development, so it currently has some limitations: All feedback welcome. Feel free to file bugs, requests for documentation and any other feedback to the [issue tracker][issues] or [tweet me][twitter]. +Many thanks to [David Tolnay][dtolnay] for his support in improving Askama. [docs]: https://docs.rs/askama [mitsuhiko]: http://lucumr.pocoo.org/ [issues]: https://github.com/djc/askama/issues [twitter]: https://twitter.com/djco/ +[dtolnay]: https://github.com/dtolnay How to get started -- cgit