summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-26 01:10:18 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-26 01:10:52 +0000
commit20cb9f545f5549256200fc2b7db916e431e70fab (patch)
treec34be8e95cf7482df9a6e9baf11d8b253008d1a2 /README.md
parent125bb5a742b8a6c136e6ea6241972c657aee9e5a (diff)
fix typos in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3085474c..065de0e9 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@ python using the [urwid][urwid] toolkit.
The files `INSTALL.md` and `CUSTOMIZE.md` contain instructions on how to set it
up and customize respectively.
-
Autogenerated API docs for the current release can be found [here][api].
Their sources live in the `docs` directory.
@@ -34,7 +33,7 @@ Soonish to be addressed non-features:
* encryption/decryption for messages (see branch `gnupg`)
* live search results (branch `live`)
* search for message (branch `messagesmode`)
- * bind sequences of keypresses to commands (branch `multiinput`)
+ * bind sequences of key presses to commands (branch `multiinput`)
* search for strings in displayed buffer
* folding for message parts
* undo for commands
@@ -46,7 +45,7 @@ In all views, arrows, page-up/down, `j`,`k` and `Space` can be used to move the
`Escape` cancels prompts and `Enter` selects. Hit `:` at any time and type in commands
to the prompt.
Usage information on any command can be listed by typing `help YOURCOMMAND` to the prompt;
-The keybindings for the current mode are listet upon pressing `?`.
+The key bindings for the current mode are listed upon pressing `?`.
[notmuch]: http://notmuchmail.org/