diff --git a/Readme.md b/Readme.md index b03aa5f4..3d5f5d70 100644 --- a/Readme.md +++ b/Readme.md @@ -15,6 +15,8 @@ Command line tool to help you keep configuration (`package.json`, `.gitignore`, ![](https://d3vv6lp55qjaqc.cloudfront.net/items/1g0e2M3m2Y3j0m3B3n1t/Image%202017-06-20%20at%209.00.39%20PM.png) +[![Washing your code. A book on clean code for frontend developers](https://sapegin.me/images/washing-code-github.jpg)](https://sapegin.me/book/) + ## Motivation Most of the available tools are template based. Template approach works moderately well for new project generation but doesn’t work well for updating. Mrm’s approach is closer to [codemods](https://github.com/facebook/codemod) than templates.