diff --git a/README.md b/README.md index b11ae3a..b91cb39 100644 --- a/README.md +++ b/README.md @@ -750,6 +750,7 @@ Change `readme-template.md` or `examples-to-docs.el` instead. - [Víctor M. Valenzuela](https://github.com/vemv) contributed `-repeat`. - [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`. - [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`. + - [Emanuel Evans](https://github.com/shosti) contributed `-if-let` and `-when-let`. Thanks! diff --git a/readme-template.md b/readme-template.md index b07a9e4..9873675 100644 --- a/readme-template.md +++ b/readme-template.md @@ -77,6 +77,7 @@ Change `readme-template.md` or `examples-to-docs.el` instead. - [Víctor M. Valenzuela](https://github.com/vemv) contributed `-repeat`. - [Nic Ferrier](https://github.com/nicferrier) contributed `-cons*`. - [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`. + - [Emanuel Evans](https://github.com/shosti) contributed `-if-let` and `-when-let`. Thanks!