From b53391e43fe7ce0c8419a8dae84e6e8226ae62f5 Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Mon, 22 Jun 2009 16:10:54 +0200 Subject: fix typos --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 8634958..801ee34 100644 --- a/README +++ b/README @@ -165,7 +165,7 @@ The following commands are recognized: ### VARIABLE EXPANSION AND COMMAND/JAVA SCRIPT SUBSTITUTION Variable expansion works pretty much as known from shell interpreters (sh, bash, etc.). This means you can -constructs strings with uzbl variables in them and have uzbl replace the variable name with its contents. +construct strings with uzbl variables in them and have uzbl replace the variable name with its contents. In order to let uzbl know what to expand you'll need to prepend @ to the variable name: @@ -186,7 +186,7 @@ The above example demonstrates two things: Command substitution will launch any commands and substitute the call with the return value of the command. -Uzbl will substitute any commands enclosed withing @( )@: +Uzbl will substitute any commands enclosed within @( )@: print Command substitution: @(uname -a)@ -- cgit v1.2.3