1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons from README file
This patch removes badges icons from README file. These icons are
intended rather for developers and are loaded from several external
web sites.
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
# pyvenv.el, Python virtual environment support for Emacs
-
-[](http://stable.melpa.org/#/pyvenv)
-
This is a simple global minor mode which will replicate the changes
done by virtualenv activation inside Emacs.
|