Skip to content

Commit 7cdb9eb

Browse files
author
Max Kamashev
committed
change README
1 parent c71e40f commit 7cdb9eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ You need to add the path to a class of global include path.
22

33
After that, your IDE, when you declare a class Redis will display a hint which methods of this object can be used.
44

5-
h3. For example:
5+
### For example:
66

77
$redis = new Redis();
88
$redis->con <press Tab or press Ctrl+Space>
99

10-
h3. Warning:
10+
### Warning:
1111

1212
Do not forget to declare a variable type $ redis
1313

@@ -16,4 +16,4 @@ Do not forget to declare a variable type $ redis
1616
*/
1717
public $redis = null;
1818

19-
!([]./phpredis.png "Example use")
19+
![Example of use](./phpredis.png)

0 commit comments

Comments
 (0)