Description: Patch README for Debian
Author: Sean Whitton <spwhitton@spwhitton.name>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,10 +1,7 @@
-[![License GPL 3][badge-license]](http://www.gnu.org/licenses/gpl-3.0.txt)
-[![MELPA](http://melpa.org/packages/persp-projectile-badge.svg)](http://melpa.org/#/persp-projectile)
-[![MELPA Stable](http://stable.melpa.org/packages/persp-projectile-badge.svg)](http://stable.melpa.org/#/persp-projectile)
-[![Gratipay Team](https://img.shields.io/gratipay/team/projectile.svg?maxAge=2592000)](https://gratipay.com/projectile/)
-
 ## persp-projectile
 
+Donate to help this project: https://gratipay.com/projectile/
+
 [Perspective](https://github.com/nex3/perspective-el) is a minor mode
 that provides the ability to manage different workspaces. If you need
 to open many projects at the same time, perspective can help you keep
@@ -24,20 +21,9 @@ When I switch to a different project, I
 
 ![Persp-Projectile Screenshot 2](screenshots/persp-projectile2.png)
 
-To integrate perspective with Projectile, first of all, you need to
-install perspective. You can install it by:
-
-```
-M-x package-install
-```
-
-Then type `perspective` in the minibuffer, as below:
-
-```
-Install package: perspective
-```
-
-Secondly, make sure `persp-projectile.el` is in your Emacs load path. Then require it in your init file.
+To integrate perspective with Projectile, make sure
+`persp-projectile.el` is in your Emacs load path. Then require it in
+your init file.
 
 ```el
 (persp-mode)
