From 36349da78fe50a5ebc29d39b45502b1de7734eee Mon Sep 17 00:00:00 2001 From: Yusril Herlian Syah Date: Sun, 11 Feb 2018 00:16:32 +0700 Subject: Remove unwanted slash in README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 387ca7e5..4006616b 100644 --- a/README.markdown +++ b/README.markdown @@ -1816,7 +1816,7 @@ $redis->lGet('key1', 0); /* 'A' */ $redis->lGet('key1', -1); /* 'C' */ $redis->lGet('key1', 10); /* `FALSE` */ ~~~ -/ + ### lInsert ----- _**Description**_: Insert value in the list before or after the pivot value. -- cgit v1.2.3