aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-06-22 16:10:54 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-06-22 16:10:54 +0200
commitb53391e43fe7ce0c8419a8dae84e6e8226ae62f5 (patch)
tree6a4311fd7b51251bd31421622333e285bca29bbd /README
parent609522b54d32af1df708c449eed1607f5d884ea8 (diff)
fix typos
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
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)@