1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons from README file
This patch removes badges icons and screenshot 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,14 +1,9 @@
-[](http://melpa.org/#/rainbow-identifiers)
-[](http://stable.melpa.org/#/rainbow-identifiers)
-
# Rainbow identifiers mode
Rainbow identifiers mode is an Emacs minor mode providing highlighting of
identifiers based on their names. Each identifier gets a color based on a hash
of its name.
-
-
## Installation
The package is available in [MELPA](http://melpa.org/).
|