A simple badge to show the human status of your project in your README.
Drop either of these snippets in your README. It might also be helpful to link to this project's definitions table.
Markdown
![WIP](https://unpkg.com/vvwip/WIP.svg)
HTML
<a href="https://github.com/charlespeters/VVWIP">
<img src="https://unpkg.com/vvwip/WIP.svg" alt="WIP" />
</a>