patch 8.1.0077: header of README file is not nice
Problem: Header of README file is not nice.
Solution: Move text to the bottom.
diff --git a/README.md b/README.md
index f6fb7d0..bc59214 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-`README.md` for version 8.1 of Vim: Vi IMproved.
-

[](https://travis-ci.org/vim/vim)
@@ -139,3 +137,6 @@
Send any other comments, patches, flowers and suggestions to:
Bram Moolenaar <Bram@vim.org>
+
+
+This is `README.md` for version 8.1 of Vim: Vi IMproved.
diff --git a/src/version.c b/src/version.c
index 04923fb..354066f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 77,
+/**/
76,
/**/
75,