commit 6f260a2eee4d7491e4889cd3537971ec83717be5
parent 18654218da069865716179d7f07640869a5e1fe8
Author: Byron Torres <b@torresjrjr.com>
Date: Tue, 16 Nov 2021 19:02:55 +0000
README.md: Update spec version, tidy links
Diffstat:
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
@@ -1,9 +1,9 @@
gemini.vim
==========
-Vim syntax highlighting plugin for [Gemini][gmi] Text, the text/gemini
-media type, as defined in the [Gemini text specification][spec] v0.15.0
-(5th March 2021).
+Vim syntax highlighting plugin for [Gemini][1] Text, the text/gemini
+media type, as defined in the [Gemini text specification][2] v0.16.0
+(14th November 2021).
![gemini.vim screenshot](https://i.imgur.com/bZtpmlg.png)
@@ -11,7 +11,7 @@ media type, as defined in the [Gemini text specification][spec] v0.15.0
Install
-------
-Method 1: Use your preferred Vim plugin manager. E.g. [vim-plug][plug]:
+Method 1: Use your preferred Vim plugin manager. E.g. [vim-plug][3]:
:Plug 'https://git.sr.ht/~torresjrjr/gemini.vim'
@@ -26,14 +26,17 @@ Method 2: Install directly using 'packages' in Vim 8:
Resources
---------
+Send patches and questions to <~torresjrjr/public-inbox@list.sr.ht>
+(see [mailing list etiquette][4] and [git-send-email.io][5]).
+
- Project site: <https://sr.ht/~torresjrjr/gemini.vim>
-- Git repo URL: <https://git.sr.ht/~torresjrjr/gemini.vim>
-- Mailing list: <~torresjrjr/public-inbox@list.sr.ht>
- License: GNU General Public License
- Maintainer's capsule: <gemini://gmi.torresjrjr.com/>
- [spec]: https://gitlab.com/gemini-specification/gemini-text
- [gmi]: https://gemini.circumlunar.space/
- [plug]: https://github.com/junegunn/vim-plug
+ [1]: https://gemini.circumlunar.space/
+ [2]: gemini://gemini.circumlunar.space/docs/specification.gmi
+ [3]: https://github.com/junegunn/vim-plug
+ [4]: https://man.sr.ht/lists.sr.ht/etiquette.md
+ [5]: https://git-send-email.io/