From 3a06990a134349513c6cd9c0a364278ef692a885 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Thu, 20 Feb 2014 23:17:32 -0300 Subject: [PATCH] Fix some typos in README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b540996b00..a48c750f8e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ the following goals: features get merged. - Split the responsibility between multiple developers. - Enable the implementation of new/modern user interfaces without any modifications - to the core source code. + to the core source. - Improve the extensibility power with a new plugin architecture based on external processes. Plugins will be written in any programming language without any explicit support from the editor. This can be saw as a better @@ -162,15 +162,16 @@ This new GUI architecture creates many interesting possibilities: - A multiplexing daemon could could keep neovim instances running in a headless server, while multiple remote GUIs could attach/detach to share editing sessions. +- Neovim can be easily embedded into other programs. ##### Split into many repositories -Neovim will code will be split across many repositories in the [neovim -organization](https://github.com/neovim). The organization will have separate -repositories for GUIs, plugins, runtime files(official vimscript) and -distributions. This way neovim will receive improvements much faster as the -patches wont have to pass through the approval of a single person. +Neovim's code will be split across many repositories in the [neovim +organization](https://github.com/neovim). There will be separate repositories +for GUIs, plugins, runtime files(official vimscript) and distributions. This +will let neovim will receive improvements much faster as the patches wont have +to pass through the approval of a single person. ###Status