diff --git a/README.md b/README.md
index 0b71c18..c3558f4 100644
--- a/README.md
+++ b/README.md
@@ -1,41 +1,68 @@
-# ONE스토어 반응형 이메일 서명
-## 왜 필요한가?
-> 
-> [이 사진은 주작 입니다. ]
+# Responsive HTML mail signatures
+### Let's punch email clients in the stomach!
+Responsive templates for mail signatures.
-최근에 업체랑 이야기를 하다보니 위와 같은 말을 들었다.
-그래서 이유를 확인해보니 **이메일의 서명**이 이미지 파일을 사용하다보니 거의 모든 이메일이 첨부파일이 있는 것으로 분류가 되고 있었습니다.
+When you need some basic signatures that work on mobile.
+...and your colleagues need them too.
+...but you don't want to deal with tables and inline styles.
-> 
+## Preview
+Here's how the samples look:
+
+
+
+
+## Motivation
+Let's make writing HTML emails & email signatures easier. We won't fix all email clients, but we can surely make the process of satisfying them a tad nicer.
+See a fairly comprehensive rant on the subject (and not only) [in this article](http://fadeit.dk/blog/post/html-emails-and-email-signatures-how-hard-can-it-be).
-## fadeit 의 이메일 템플릿 엔진 활용
-이미지를 파일을 tag로만 처리하면 해결되는 것이지만 조금 더 욕심을 내보려고 깃헙에서 fadeit 의 템플릿을 뽑아와서 수정을 했습니다.
+## What does it do
+- [x] config-based template generation
+- [x] allows generating multiple templates (for your colleagues too!)
+- [x] transforms linked (``) CSS into inline styles
+- [x] embeds local `img[src]` into the template (base64).*
+- [x] minifies the template
+- [x] media queries for mail clients that support them
+- [x] can build templates from multiple sources
+- [x] watches HTML/CSS files for changes and re-builds
-- [원본 레파지토리 확인하기](https://github.com/fadeit/responsive-html-email-signature)
-### 제공하는 것
-- NODE JS (gulp) 기반의 이메일 템플릿 빌드 엔진
-- 빌드 시, inline CSS HTML 파일을 자동 생성
-- 이미지 파일을 그냥 html 코드로 넣어버림 (base64)
-- media queries 지원 (메일 클라이언트 지원시)
+**Some mail clients don't support them, so an external URL might be a good idea.*
-> Overview
+
+## Getting started
+```
+$ npm install
+$ gulp
+```
+
+Take a look at `src/fadeit/` for an example. Copy / Paste, rename it and change `src/fadeit/conf.js` to suite your needs. Run `gulp` to build the templates (into `/dist`). The gulp task will watch HTML & CSS files by default.
+
+## Overview
This diagram shows what happens to your templates.

-### 샘플 파일 확인
->
-
->**Some mail clients don't support them, so an external URL might be a good idea.*
+## CSS Support
+Remember, it's HTML mails, so you need to check a big-ass table to find out nothing's gonna work.
+See [this](https://www.campaignmonitor.com/css/). Still [gulp-inline-css](https://www.npmjs.com/package/gulp-inline-css) is being used to convert whatever CSS you throw at it to inline styles.
-## 메일 클라이언트에 적용하는 법
+## TODO:
+- [ ] closing `inline-css` issue [#8](https://github.com/jonkemp/inline-css/issues/8#issuecomment-149025428) would greatly improve this repo
+- [ ] preprocessor support (simplifies BEM)
+- [ ] use github pages to show live demos
+- [ ] check [gulp-inline-css](https://github.com/jonkemp/inline-css) for new features
-### 아웃룩
-### Apple Mail / OS X
+## Usage with different e-mail clients
+
+### Thunderbird
+There are several Thunderbird plugins which can automatically insert signatures when composing e-mails. We recommend [SmartTemplate4](https://addons.mozilla.org/en-us/thunderbird/addon/smarttemplate4) as one of the options. It can use different templates for new e-mails, replies and forwarded e-mails.
+
+
+### Apple Mail / OS X (oh boy)
#### Solution 1
- Open Mail.app and go to `Mail` -> `Preferences` -> `Signatures`
@@ -56,10 +83,39 @@ $ open -a TextEdit ~/Library/Mobile\ Documents/com~apple~mail/Data/V3/MailData/S
You can also open the HTML files in `/dist` in a browser, CMD + A, CMD + C and then paste into the signature box. This won't copy the `` part or the `
안녕하세요.
Thanks for writing up this email. We are delighted to reply with a responsive template.
\ No newline at end of file
diff --git a/dist/ONEstore/signature-ONEstore.html b/dist/ONEstore/signature-ONEstore.html
index cb35ff0..4ab616e 100644
--- a/dist/ONEstore/signature-ONEstore.html
+++ b/dist/ONEstore/signature-ONEstore.html
@@ -1 +1 @@
-
\ No newline at end of file
diff --git a/dist/ONEstoreBlack/full-mail-ONEstoreBlack.html b/dist/ONEstoreBlack/full-mail-ONEstoreBlack.html
index 36d9638..4cc008d 100644
--- a/dist/ONEstoreBlack/full-mail-ONEstoreBlack.html
+++ b/dist/ONEstoreBlack/full-mail-ONEstoreBlack.html
@@ -1 +1 @@
-
안녕하세요.
Thanks for writing up this email. We are delighted to reply with a responsive template.
Best regards, Joo Hyung Park Service Planning Team | Dev Relations
\ No newline at end of file
diff --git a/dist/ONEstoreBlack/signature-ONEstoreBlack.html b/dist/ONEstoreBlack/signature-ONEstoreBlack.html
index d554308..9c69fb0 100644
--- a/dist/ONEstoreBlack/signature-ONEstoreBlack.html
+++ b/dist/ONEstoreBlack/signature-ONEstoreBlack.html
@@ -1 +1 @@
-
Best regards, Joo Hyung Park Service Planning Team | Dev Relations