Badge
Show that a project uses Keep the Why with a badge in its README:
The snippet is the same for every project — copy it as-is.
Markdown
[](https://keepthewhy.com)
Paste it near the top of README.md, as the last badge if there are others already — keeps it out of the way of badges that carry more load-bearing information (build status, license, version).
HTML
For anywhere Markdown isn't an option (a plain HTML page, a platform that strips Markdown, or a spot where you need more control over layout):
<a href="https://keepthewhy.com"><img alt="Keep the Why" src="https://keepthewhy.com/assets/badge.svg"></a>