From b49a74a1afe9740f18ca419dade45705da5bec46 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 17 Feb 2017 17:44:10 +0100 Subject: doc: README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab71c0dccb..81a9c31c4b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Neovim](https://raw.githubusercontent.com/neovim/neovim.github.io/master/logos/neovim-logo-600x173.png)](https://neovim.io) + [Wiki](https://github.com/neovim/neovim/wiki) | [Documentation](https://neovim.io/doc) | [Twitter](https://twitter.com/Neovim) | @@ -20,10 +21,8 @@ Neovim is a project that seeks to aggressively refactor Vim in order to: - Enable [advanced UIs] without modifications to the core - Maximize [extensibility](https://github.com/neovim/neovim/wiki/Plugin-UI-architecture) -See [the wiki](https://github.com/neovim/neovim/wiki/Introduction) for more -information. - -See the [Roadmap] for future plans. +See [the wiki](https://github.com/neovim/neovim/wiki/Introduction) and [Roadmap] +for more information. [![Throughput Graph](https://graphs.waffle.io/neovim/neovim/throughput.svg)](https://waffle.io/neovim/neovim/metrics) -- cgit