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 27 28
|
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,9 +1,5 @@
# suggest.el
-[](https://travis-ci.org/Wilfred/suggest.el)
-[](https://coveralls.io/github/Wilfred/suggest.el?branch=master)
-[](http://melpa.org/#/suggest)
-
suggest.el is an Emacs package for **discovering elisp functions based
on examples**. You supply an example input and output, and it makes suggestions.
@@ -13,8 +9,6 @@ Interested readers may enjoy my blog pos
* [Synthesising Elisp Code](http://www.wilfred.me.uk/blog/2017/07/02/synthesising-elisp-code/)
* [Suggest.el: Synthesising Constants](http://www.wilfred.me.uk/blog/2017/08/06/suggest-el-synthesising-constants/)
-
-
## Examples
suggest.el knows many string functions:
|