From cdb21411178bab3a8f39e80ef4790dc38f86b574 Mon Sep 17 00:00:00 2001
From: celogeek <65178+celogeek@users.noreply.github.com>
Date: Fri, 30 Dec 2022 15:48:34 +0100
Subject: [PATCH] add credit

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a320174..b8a6faf 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
 
 Convert CBZ/CBR/Dir into Epub for e-reader devices (Kindle Devices, ...)
 
+My goal is to make a simple, crossplatform, and fast tool to convert comics into epub.
+
+Epub is now support by Amazon through [SendToKindle](https://www.amazon.com/gp/sendtokindle/), by Email or by using the App. So I've made it simple to support the size limit constraint of those services.
+
 # Installation
 
 First ensure to have a working version of GO: [Installation](https://go.dev/doc/install)
@@ -112,4 +116,11 @@ Usage of go-comic-converter:
     	Quality of the image (default 85)
   -title string
     	Title of the epub
-```
\ No newline at end of file
+```
+
+# Credit
+
+This project is largely inspired from KCC (Kindle Comic Converter). Thanks:
+ - [ciromattia](https://github.com/ciromattia/kcc)
+ - [darodi fork](https://github.com/darodi/kcc)
+