From 860a9f4e0b140c1f05e5fba83bf1c73b072d6d43 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 23 Feb 2015 11:37:59 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65e8ee8..841263a 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,18 @@ ex-mode for Atom's vim-mode -## Usage +## Use -Install vim-mode. Type `:` in command mode. Enter `w`. or `write`. +Install both [vim-mode](https://github.com/atom/vim-mode) and ex-mode. Type `:` in command mode. Enter `w` or `write`. + +## Extend + +See `lib/ex.coffee` to add more commands. Contributions are very welcome! ## Status -Groundwork is done. More ex commands are easy to add and will be coming soon. +Groundwork is done. More ex commands are easy to add and will be coming as time permits and contributions come in. + +## License + +MIT