Fix README moar^3
authorDuClare <akarinotengoku@gmail.com>
Sun, 17 May 2009 17:03:56 +0000 (20:03 +0300)
committerDuClare <akarinotengoku@gmail.com>
Sun, 17 May 2009 17:03:56 +0000 (20:03 +0300)
README

diff --git a/README b/README
index 59ddb79..b892814 100644 (file)
--- a/README
+++ b/README
@@ -103,7 +103,7 @@ Using the first example, uzbl will load the url you entered by typing an `o`, a
 This tells uzbl to execute an action immediately.  The simplest example of this would be `act exit`; you know what that'll do.
 
     KEYCMD <string>
-This sets the interactive command buffer to `<string>`.  Keycmd is primarily useful for scripts that help you type a command while still letting you edit it before execution.  For example, if you have a binding like `o _` that opens an URL, then you could create a binding O that spawns a script which will set the command buffer to `o current-uri-here`, letting you enter relative URLs easily.
+This sets the interactive command buffer to `<string>`.  Keycmd is primarily useful for scripts that help you type a command while still letting you edit it before execution.  For example, if you have a binding like "o _" that opens an URL, then you could create a binding `O` that spawns a script which will set the command buffer to "o current-uri-here", letting you enter relative URLs easily.
 
 
 ### VARIABLE REPLACEMENT