diff --git a/README.md b/README.md
index fcdd5fe..4f58961 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,40 @@ Angular FilePond is a handy adapter component for [FilePond](https://github.com/
![npm](https://img.shields.io/npm/dt/ngx-filepond)
![npm peer dependency version](https://img.shields.io/npm/dependency-version/ngx-filepond/peer/@angular/core)
+---
+
+[](https://www.buymeacoffee.com/rikschennink/)
+
+[Buy me a Coffee](https://www.buymeacoffee.com/rikschennink/) / [Use FilePond with Pintura](https://pqina.nl/pintura/?ref=github-filepond) / [Dev updates on Twitter](https://twitter.com/rikschennink/)
+
+---
+
+### Core Features
+
+- Accepts **directories**, **files**, blobs, local URLs, **remote URLs** and Data URIs.
+- **Drop files**, select on filesystem, **copy and paste files**, or add files using the API.
+- **Async uploading** with AJAX, or encode files as base64 data and send along form post.
+- **Accessible**, tested with AT software like VoiceOver and JAWS, **navigable by Keyboard**.
+- **Image optimization**, automatic image resizing, **cropping**, and **fixes EXIF orientation**.
+- **Responsive**, automatically scales to available space, is functional on both **mobile and desktop devices**.
+
+[Learn more about FilePond](https://pqina.nl/filepond/)
+
+
+
+---
+
+### Also need Image Editing?
+
+**Pintura the modern JavaScript Image Editor** is what you're looking for. Pintura supports setting **crop aspect ratios**, **resizing**, **rotating**, **cropping**, and **flipping** images. Above all, it integrates beautifully with FilePond.
+
+[Learn more about Pintura](https://pqina.nl/pintura/?ref=github-angular-filepond)
+
+
+
+
## Installation
Install FilePond component from npm.