diff --git a/README.md b/README.md
index 91b38a2..832e9e4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
# Responsive HTML email signature(s)
+[](https://www.npmjs.com/package/responsive-html-email-signature)
+[](/LICENSE)
+[](/pulls)
+
### Let's punch email clients in the stomach 👊
When you need some basic responsive email signatures that work on mobile.
...and your colleagues need them too.
@@ -13,13 +17,13 @@ Here are some examples:

## Getting started
-- Clone repo `git clone https://github.com/fadeit/responsive-html-email-signature.git`
+- Clone repo `git clone` https://github.com/fadeit/responsive-html-email-signature.git`
- Run `yarn` or `npm install`
-- Run `gulp` to generate templates from configuration
+- Run `gulp` to generate templates from configuration (one time)
### Customizing templates
- Edit files in */templates*
-- Run `gulp watch` to watch templates and re-generate
+- Run `gulp watch` to watch templates and re-generate when changed
- Open files from `./dist` in your fav browser to check them out
> When you're done, check out [how to add them to your email client of choice](#usage-with-different-email-clients) if in doubt.