1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons and screenshot from README file
This patch removes badge icons and screenshot from README file. These
icons are intended rather for developers. They are loaded from an
external web site and not included in the original source.
--- a/README.md
+++ b/README.md
@@ -1,16 +1,11 @@
# pip-requirements.el
-[](http://melpa.org/#/pip-requirements)
-[](http://stable.melpa.org/#/pip-requirements)
-
This is a major mode for editing pip requirements files, with the following features:
* Syntax highlighting
* Togglable comments
* Auto completion of package names from PyPI
-
-
## Auto Completion
This major mode provides completion of package names from PyPI. It supports
|