Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-30 17:39:28 +0300
committerNicolas Favre-Felix <n.favre-felix@owlient.eu>2009-11-30 17:39:28 +0300
commit76f8c17ba83e0e242b4bd03402e7f2e2a9231694 (patch)
tree7d2fc9ce9d0bad89096b71130d01a1cc21bded46 /README.markdown
parent2e9ee201d1a48692f42b71db59ee9e61232b3111 (diff)
Documentation typo.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index caacad27..d5397ef7 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1056,7 +1056,7 @@ var_dump($redis->get('key1'));
</pre>
Output:
-</pre>
+<pre>
string(6) "value0"
string(6) "value1"
</pre>
@@ -1089,7 +1089,7 @@ var_dump($redis->lGetRange('y', 0, -1));
</pre>
Output:
-</pre>
+<pre>
string(3) "abc"
array(1) {
[0]=>